Home
last modified time | relevance | path

Searched refs:pci_legacy_read (Results 1 – 7 of 7) sorted by relevance

/linux/arch/alpha/include/asm/
H A Dpci.h80 extern int pci_legacy_read(struct pci_bus *bus, loff_t port, u32 *val,
/linux/arch/powerpc/include/asm/
H A Dpci.h78 extern int pci_legacy_read(struct pci_bus *bus, loff_t port, u32 *val,
/linux/Documentation/translations/zh_CN/PCI/
H A Dsysfs-pci.rst125 遗留资源由HAVE_PCI_LEGACY定义保护。希望支持遗留功能的平台应该定义它并提供 pci_legacy_read,
/linux/arch/alpha/kernel/
H A Dpci-sysfs.c326 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 Dsysfs-pci.rst138 pci_legacy_read, pci_legacy_write and pci_mmap_legacy_page_range functions.
/linux/arch/powerpc/kernel/
H A Dpci-common.c568 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 Dpci-sysfs.c900 return pci_legacy_read(bus, off, (u32 *)buf, count); in pci_read_legacy_io()