Searched refs:EARLY_PCI_OP (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/arch/mips/pci/ |
D | pci_auto.c | 76 #define EARLY_PCI_OP(rw, size, type) \ macro 85 EARLY_PCI_OP(read, byte, u8 *) 86 EARLY_PCI_OP(read, word, u16 *) 87 EARLY_PCI_OP(read, dword, u32 *) 88 EARLY_PCI_OP(write, byte, u8) 89 EARLY_PCI_OP(write, word, u16) 90 EARLY_PCI_OP(write, dword, u32)
|
/linux-2.4.37.9/arch/mips/tx4927/toshiba_rbtx4927/ |
D | toshiba_rbtx4927_setup.c | 348 #define EARLY_PCI_OP(rw, size, type) \ macro 357 EARLY_PCI_OP(read, byte, u8 *) in EARLY_PCI_OP() function 358 EARLY_PCI_OP(read, dword, u32 *) in EARLY_PCI_OP() 359 EARLY_PCI_OP(write, byte, u8) in EARLY_PCI_OP() 360 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | pci.c | 1793 #define EARLY_PCI_OP(rw, size, type) \ macro 1801 EARLY_PCI_OP(read, byte, u8 *) 1802 EARLY_PCI_OP(read, word, u16 *) 1803 EARLY_PCI_OP(read, dword, u32 *) 1804 EARLY_PCI_OP(write, byte, u8) 1805 EARLY_PCI_OP(write, word, u16) 1806 EARLY_PCI_OP(write, dword, u32)
|