Searched refs:DEFINE_PCI_CONFIG (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/drivers/xen/xen-pciback/ |
D | conf_space.c | 25 #define DEFINE_PCI_CONFIG(op, size, type) \ macro 32 DEFINE_PCI_CONFIG(read, byte, u8 *) in DEFINE_PCI_CONFIG() function 33 DEFINE_PCI_CONFIG(read, word, u16 *) in DEFINE_PCI_CONFIG() 34 DEFINE_PCI_CONFIG(read, dword, u32 *) in DEFINE_PCI_CONFIG() 36 DEFINE_PCI_CONFIG(write, byte, u8) in DEFINE_PCI_CONFIG() 37 DEFINE_PCI_CONFIG(write, word, u16) in DEFINE_PCI_CONFIG() 38 DEFINE_PCI_CONFIG(write, dword, u32) in DEFINE_PCI_CONFIG()
|