Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/kernel/
Dpci.c1746 #define NULL_PCI_OP(rw, size, type) \ macro
1753 NULL_PCI_OP(read, byte, u8 *)
1754 NULL_PCI_OP(read, word, u16 *)
1755 NULL_PCI_OP(read, dword, u32 *)
1756 NULL_PCI_OP(write, byte, u8)
1757 NULL_PCI_OP(write, word, u16)
1758 NULL_PCI_OP(write, dword, u32)