Searched refs:pci_legacy_read (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/arch/ia64/include/asm/ |
D | pci.h | 89 #define pci_legacy_read platform_pci_legacy_read macro
|
D | machvec.h | 137 # define platform_pci_legacy_read ia64_mv.pci_legacy_read 181 ia64_mv_pci_legacy_read_t *pci_legacy_read; member
|
/linux-3.4.99/arch/alpha/include/asm/ |
D | pci.h | 124 extern int pci_legacy_read(struct pci_bus *bus, loff_t port, u32 *val,
|
/linux-3.4.99/arch/microblaze/include/asm/ |
D | pci.h | 81 extern int pci_legacy_read(struct pci_bus *bus, loff_t port, u32 *val,
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | pci.h | 129 extern int pci_legacy_read(struct pci_bus *bus, loff_t port, u32 *val,
|
/linux-3.4.99/arch/alpha/kernel/ |
D | pci-sysfs.c | 323 int pci_legacy_read(struct pci_bus *bus, loff_t port, u32 *val, size_t size) in pci_legacy_read() function
|
/linux-3.4.99/Documentation/filesystems/ |
D | sysfs-pci.txt | 120 pci_legacy_read, pci_legacy_write and pci_mmap_legacy_page_range functions.
|
/linux-3.4.99/arch/powerpc/kernel/ |
D | pci-common.c | 453 int pci_legacy_read(struct pci_bus *bus, loff_t port, u32 *val, size_t size) in pci_legacy_read() function
|
/linux-3.4.99/arch/microblaze/pci/ |
D | pci-common.c | 450 int pci_legacy_read(struct pci_bus *bus, loff_t port, u32 *val, size_t size) in pci_legacy_read() function
|
/linux-3.4.99/drivers/pci/ |
D | pci-sysfs.c | 617 return pci_legacy_read(bus, off, (u32 *)buf, count); in pci_read_legacy_io()
|