Home
last modified time | relevance | path

Searched defs:_ah (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/io/ath/
H A Dath_hal.h1126 #define ATH_HAL_RESET(_ah, _opmode, _chan, _outdoor, _pstatus) \ argument
1128 #define ATH_HAL_PHYDISABLE(_ah) \ argument
1130 #define ATH_HAL_GETCAPABILITY(_ah, _cap, _param, _result) \ argument
1132 #define ATH_HAL_SETCAPABILITY(_ah, _type, _cap, _param, _status) \ argument
1135 #define ATH_HAL_GETREGDOMAIN(_ah, _prd) \ argument
1137 #define ATH_HAL_GETCOUNTRYCODE(_ah, _pcc) \ argument
1139 #define ATH_HAL_GETRATETABLE(_ah, _mode) \ argument
1141 #define ATH_HAL_GETMAC(_ah, _mac) \ argument
1143 #define ATH_HAL_SETMAC(_ah, _mac) \ argument
1145 #define ATH_HAL_INTRSET(_ah, _mask) \ argument
[all …]
/titanic_50/usr/src/uts/common/io/arn/
H A Darn_reg.h172 #define AR_SREV_5416_V20_OR_LATER(_ah) \ argument
174 #define AR_SREV_5416_V22_OR_LATER(_ah) \ argument
756 #define AR_SREV_9100_OR_LATER(_ah) \ argument
758 #define AR_SREV_5416_20_OR_LATER(_ah) \ argument
761 #define AR_SREV_5416_22_OR_LATER(_ah) \ argument
764 #define AR_SREV_9160(_ah) \ argument
766 #define AR_SREV_9160_10_OR_LATER(_ah) \ argument
768 #define AR_SREV_9160_11(_ah) \ argument
770 #define AR_SREV_9280(_ah) \ argument
772 #define AR_SREV_9280_10_OR_LATER(_ah) \ argument
[all …]
H A Darn_regd.h116 #define isWwrSKU(_ah) \ argument
121 #define isWwrSKU_NoMidband(_ah) \ argument
H A Darn_ath9k.h612 #define REG_WRITE(_ah, _reg, _val) arn_iowrite32((_ah), (_reg), (_val)) argument
613 #define REG_READ(_ah, _reg) arn_ioread32((_ah), (_reg)) argument
614 #define FLASH_READ(_ah, _reg) \ argument
H A Darn_hw.h960 #define AH5416(_ah) ((struct ath_hal_5416 *)(_ah)) argument
969 #define ath9k_hw_use_flash(_ah) \ argument