Searched refs:_cap (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/ath/ |
H A D | ath_hal.h | 1130 #define ATH_HAL_GETCAPABILITY(_ah, _cap, _param, _result) \ argument 1131 ((*(_ah)->ah_getCapability)((_ah), (_cap), (_param), (_result))) 1132 #define ATH_HAL_SETCAPABILITY(_ah, _type, _cap, _param, _status) \ argument 1133 ((*(_ah)->ah_setCapability)((_ah), (_type), (_cap), (_param), \
|
/titanic_41/usr/src/uts/i86pc/io/apix/ |
H A D | apix_utils.c | 291 #define APIX_WRITE_MSI_DATA(_hdl, _cap, _ctrl, _v)\ argument 294 pci_config_put16((_hdl), (_cap) + PCI_MSI_64BIT_DATA, (_v));\ 296 pci_config_put16((_hdl), (_cap) + PCI_MSI_32BIT_DATA, (_v));\
|