Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/platforms/
Dapus_pci.c68 #define APUS_PCI_OP(rw, size, type, op, mask) \ macro
89 APUS_PCI_OP(read, byte, u8 *, readb, 3)
90 APUS_PCI_OP(read, word, u16 *, readw, 2)
91 APUS_PCI_OP(read, dword, u32 *, readl, 0)
92 APUS_PCI_OP(write, byte, u8, writeb, 3)
93 APUS_PCI_OP(write, word, u16, writew, 2)
94 APUS_PCI_OP(write, dword, u32, writel, 0)