Home
last modified time | relevance | path

Searched refs:bar0_rw_offset (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/Documentation/ABI/testing/
Dconfigfs-spear-pcie-gadget29 bar0_rw_offset ... used to write and read offset of bar0 where
31 bar0_data ... used to write and read data at bar0_rw_offset.
/linux-4.4.14/Documentation/misc-devices/
Dspear-pcie-gadget.txt41 bar0_rw_offset :returns offset of bar0 for which bar0_data will return value.
42 bar0_data :returns data at bar0_rw_offset.
61 bar0_rw_offset :write offset of bar0 for which bar0_data will write value.
62 bar0_data :write data to be written at bar0_rw_offset.
/linux-4.4.14/drivers/misc/
Dspear13xx_pcie_gadget.c51 ulong bar0_rw_offset; member
521 return sprintf(buf, "%lx", to_target(item)->bar0_rw_offset); in pcie_gadget_bar0_rw_offset_show()
537 to_target(item)->bar0_rw_offset = offset; in pcie_gadget_bar0_rw_offset_store()
550 data = readl((ulong)config->va_bar0_address + config->bar0_rw_offset); in pcie_gadget_bar0_data_show()
569 writel(data, (ulong)config->va_bar0_address + config->bar0_rw_offset); in pcie_gadget_bar0_data_store()
583 CONFIGFS_ATTR(pcie_gadget_, bar0_rw_offset);