Searched refs:INDIRECT_PCI_OP (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci_indirect.c | 21 #define INDIRECT_PCI_OP(rw, size, type, op, mask) \ macro 36 #define INDIRECT_PCI_OP(rw, size, type, op, mask) \ macro 51 INDIRECT_PCI_OP(read, byte, u8 *, in_8, 3) 52 INDIRECT_PCI_OP(read, word, u16 *, in_le16, 2) 53 INDIRECT_PCI_OP(read, dword, u32 *, in_le32, 0) 54 INDIRECT_PCI_OP(write, byte, u8, out_8, 3) 55 INDIRECT_PCI_OP(write, word, u16, out_le16, 2) 56 INDIRECT_PCI_OP(write, dword, u32, out_le32, 0)
|