Searched defs:_regv (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/bhnd/cores/pci/ |
H A D | bhnd_pcivar.h | 126 #define BHND_PCI_REG_GET(_regv, _attr) \ argument 137 #define BHND_PCI_REG_SET(_regv, _attr, _val) \ argument 149 #define BHND_PCI_CMN_REG_GET(_regf, _regv, _attr) \ argument 164 #define BHND_PCI_CMN_REG_SET(_regf, _regv, _attr, _val) \ argument
|
H A D | bhnd_pci_hostb.c | 207 #define BPCI_REG_SET(_regv, _attr, _val) \ argument 210 #define BPCI_REG_GET(_regv, _attr) \ argument 213 #define BPCI_CMN_REG_SET(_regv, _attr, _val) \ argument 217 #define BPCI_CMN_REG_GET(_regv, _attr) \ argument
|