Searched refs:DEFINE_PCI_CONFIG (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/xen-pciback/ |
H A D | conf_space.c | 27 #define DEFINE_PCI_CONFIG(op, size, type) \ macro 34 DEFINE_PCI_CONFIG(read, byte, u8 *) 35 DEFINE_PCI_CONFIG(read, word, u16 *) 36 DEFINE_PCI_CONFIG(read, dword, u32 *) 38 DEFINE_PCI_CONFIG(write, byte, u8) 39 DEFINE_PCI_CONFIG(write, word, u16) 40 DEFINE_PCI_CONFIG(write, dword, u32)
|
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/ |
H A D | conf_space.c | 27 #define DEFINE_PCI_CONFIG(op, size, type) \ macro 34 DEFINE_PCI_CONFIG(read, byte, u8 *) 35 DEFINE_PCI_CONFIG(read, word, u16 *) 36 DEFINE_PCI_CONFIG(read, dword, u32 *) 38 DEFINE_PCI_CONFIG(write, byte, u8) 39 DEFINE_PCI_CONFIG(write, word, u16) 40 DEFINE_PCI_CONFIG(write, dword, u32)
|
Completed in 2 milliseconds