Searched refs:EARLY_PCI_OP (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/pci/
H A Dcommon.c32 #define EARLY_PCI_OP(rw, size, type) \ macro
41 EARLY_PCI_OP(read, byte, u8 *)
42 EARLY_PCI_OP(read, word, u16 *)
43 EARLY_PCI_OP(read, dword, u32 *)
44 EARLY_PCI_OP(write, byte, u8) function
45 EARLY_PCI_OP(write, word, u16)
46 EARLY_PCI_OP(write, dword, u32)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dpci-common.c1607 #define EARLY_PCI_OP(rw, size, type) \ macro
1615 EARLY_PCI_OP(read, byte, u8 *)
1616 EARLY_PCI_OP(read, word, u16 *)
1617 EARLY_PCI_OP(read, dword, u32 *)
1618 EARLY_PCI_OP(write, byte, u8)
1619 EARLY_PCI_OP(write, word, u16)
1620 EARLY_PCI_OP(write, dword, u32)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/pci/
H A Dpci-common.c1566 #define EARLY_PCI_OP(rw, size, type) \ macro
1574 EARLY_PCI_OP(read, byte, u8 *)
1575 EARLY_PCI_OP(read, word, u16 *)
1576 EARLY_PCI_OP(read, dword, u32 *)
1577 EARLY_PCI_OP(write, byte, u8) function
1578 EARLY_PCI_OP(write, word, u16)
1579 EARLY_PCI_OP(write, dword, u32)

Completed in 80 milliseconds