Searched refs:PCI_OP (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf5445x/ |
| H A D | pci.c | 25 #define PCI_OP(rw, size, type, op, mask) \ macro 38 PCI_OP(read, byte, u8 *, in_8, 3) 39 PCI_OP(read, word, u16 *, in_le16, 2) 40 PCI_OP(read, dword, u32 *, in_le32, 0) 41 PCI_OP(write, byte, u8, out_8, 3) 42 PCI_OP(write, word, u16, out_le16, 2) 43 PCI_OP(write, dword, u32, out_le32, 0)
|
| /OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf547x_8x/ |
| H A D | pci.c | 25 #define PCI_OP(rw, size, type, op, mask) \ macro 40 PCI_OP(read, byte, u8 *, in_8, 3) 41 PCI_OP(read, word, u16 *, in_le16, 2) 42 PCI_OP(write, byte, u8, out_8, 3) 43 PCI_OP(write, word, u16, out_le16, 2) 44 PCI_OP(write, dword, u32, out_le32, 0)
|
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci.c | 43 #define PCI_OP(rw, size, type, error_code) \ macro 57 PCI_OP(read, byte, u8 *, *value = 0xff) 58 PCI_OP(read, word, u16 *, *value = 0xffff) 59 PCI_OP(read, dword, u32 *, *value = 0xffffffff) 60 PCI_OP(write, byte, u8, ) 61 PCI_OP(write, word, u16, ) 62 PCI_OP(write, dword, u32, )
|