Searched refs:pci_legacy_read (Results 1 – 7 of 7) sorted by relevance
/linux/arch/alpha/include/asm/ |
H A D | pci.h | 80 extern int pci_legacy_read(struct pci_bus *bus, loff_t port, u32 *val,
|
/linux/arch/powerpc/include/asm/ |
H A D | pci.h | 78 extern int pci_legacy_read(struct pci_bus *bus, loff_t port, u32 *val,
|
/linux/Documentation/translations/zh_CN/PCI/ |
H A D | sysfs-pci.rst | 125 遗留资源由HAVE_PCI_LEGACY定义保护。希望支持遗留功能的平台应该定义它并提供 pci_legacy_read,
|
/linux/arch/alpha/kernel/ |
H A D | pci-sysfs.c | 326 int pci_legacy_read(struct pci_bus *bus, loff_t port, u32 *val, size_t size) in pci_legacy_read() function
|
/linux/Documentation/PCI/ |
H A D | sysfs-pci.rst | 138 pci_legacy_read, pci_legacy_write and pci_mmap_legacy_page_range functions.
|
/linux/arch/powerpc/kernel/ |
H A D | pci-common.c | 568 int pci_legacy_read(struct pci_bus *bus, loff_t port, u32 *val, size_t size) in pci_legacy_read() function
|
/linux/drivers/pci/ |
H A D | pci-sysfs.c | 900 return pci_legacy_read(bus, off, (u32 *)buf, count); in pci_read_legacy_io()
|