Searched refs:MACRISC_PCI_OP (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/ppc/platforms/ |
D | pmac_pci.c | 153 #define MACRISC_PCI_OP(rw, size, type, op, op2) \ macro 169 MACRISC_PCI_OP(read, byte, u8 *, in_8, x) 170 MACRISC_PCI_OP(read, word, u16 *, in_le16, x) 171 MACRISC_PCI_OP(read, dword, u32 *, in_le32, x) 172 MACRISC_PCI_OP(write, byte, u8, out_8, in_8) 173 MACRISC_PCI_OP(write, word, u16, out_le16, in_le16) 174 MACRISC_PCI_OP(write, dword, u32, out_le32, in_le32)
|