Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dpci.h51 extern int pci_legacy_read(struct pci_bus *bus, loff_t port, u32 *val,
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dpci.h43 int pci_legacy_read(struct pci_bus *bus, u16 port, u32 *val, u8 size);
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dpci.h86 extern int pci_legacy_read(struct pci_bus *bus, loff_t port, u32 *val,
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpci.h80 extern int pci_legacy_read(struct pci_bus *bus, loff_t port, u32 *val,
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dpci-sysfs.c322 int pci_legacy_read(struct pci_bus *bus, loff_t port, u32 *val, size_t size) in pci_legacy_read() function
/OK3568_Linux_fs/kernel/arch/ia64/pci/
H A Dpci.c486 int pci_legacy_read(struct pci_bus *bus, u16 port, u32 *val, u8 size) in pci_legacy_read() function
/OK3568_Linux_fs/kernel/Documentation/PCI/
H A Dsysfs-pci.rst138 pci_legacy_read, pci_legacy_write and pci_mmap_legacy_page_range functions.
/OK3568_Linux_fs/kernel/arch/microblaze/pci/
H A Dpci-common.c218 int pci_legacy_read(struct pci_bus *bus, loff_t port, u32 *val, size_t size) in pci_legacy_read() function
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dpci-common.c493 int pci_legacy_read(struct pci_bus *bus, loff_t port, u32 *val, size_t size) in pci_legacy_read() function
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci-sysfs.c825 return pci_legacy_read(bus, off, (u32 *)buf, count); in pci_read_legacy_io()