Searched refs:PCI_OP_WRITE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | access.c | 50 #define PCI_OP_WRITE(size, type, len) \ macro 66 PCI_OP_WRITE(byte, u8, 1) 67 PCI_OP_WRITE(word, u16, 2) 68 PCI_OP_WRITE(dword, u32, 4)
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | access.c | 53 #define PCI_OP_WRITE(size, type, len) \ macro 69 PCI_OP_WRITE(byte, u8, 1) 70 PCI_OP_WRITE(word, u16, 2) 71 PCI_OP_WRITE(dword, u32, 4)
|
Completed in 3 milliseconds