Searched refs:CHAOS_PCI_OP (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/ppc/platforms/ |
D | pmac_pci.c | 201 #define CHAOS_PCI_OP(rw, size, type) \ macro 215 CHAOS_PCI_OP(read, byte, u8 *) 216 CHAOS_PCI_OP(read, word, u16 *) 217 CHAOS_PCI_OP(read, dword, u32 *) 218 CHAOS_PCI_OP(write, byte, u8) 219 CHAOS_PCI_OP(write, word, u16) 220 CHAOS_PCI_OP(write, dword, u32)
|