Searched refs:_regf (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/bhnd/cores/pci/ |
| H A D | bhnd_pcivar.h | 148 #define BHND_PCI_CMN_REG_GET(_regf, _regv, _attr) \ argument 150 BHND_PCI_COMMON_REG((_regf), _attr ## _MASK), \ 151 BHND_PCI_COMMON_REG((_regf), _attr ## _SHIFT)) 163 #define BHND_PCI_CMN_REG_SET(_regf, _regv, _attr, _val) \ argument 165 BHND_PCI_COMMON_REG((_regf), _attr ## _MASK), \ 166 BHND_PCI_COMMON_REG((_regf), _attr ## _SHIFT), \ 181 #define BHND_PCI_COMMON_REG(_regf, _name) ( \ argument 182 (_regf) == BHND_PCI_REGFMT_PCI ? BHND_PCI_ ## _name : \
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/device/ |
| H A D | driver.h | 17 #define module_driver(_drv, _regf, _unregf) \ argument 21 return (_regf(&(_drv))); \
|