Searched refs:PCI_HOSE_OP (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci_compat.c | 17 #define PCI_HOSE_OP(rw, name, size, type) \ macro 25 PCI_HOSE_OP(read, byte, 8, u8 *) 26 PCI_HOSE_OP(read, word, 16, u16 *) 27 PCI_HOSE_OP(read, dword, 32, u32 *) 28 PCI_HOSE_OP(write, byte, 8, u8) 29 PCI_HOSE_OP(write, word, 16, u16) 30 PCI_HOSE_OP(write, dword, 32, u32)
|
| H A D | pci.c | 28 #define PCI_HOSE_OP(rw, size, type) \ macro 36 PCI_HOSE_OP(read, byte, u8 *) 37 PCI_HOSE_OP(read, word, u16 *) 38 PCI_HOSE_OP(read, dword, u32 *) 39 PCI_HOSE_OP(write, byte, u8) 40 PCI_HOSE_OP(write, word, u16) 41 PCI_HOSE_OP(write, dword, u32)
|