Home | History | Annotate | Download | only in ic

Lines Matching refs:_v

461 #define	ath_hal_setcapability(_ah, _cap, _param, _v, _status) \
462 ((*(_ah)->ah_setCapability)((_ah), (_cap), (_param), (_v), (_status)))
473 #define ath_hal_settkipmic(_ah, _v) \
474 ath_hal_setcapability(_ah, HAL_CAP_TKIP_MIC, 1, _v, NULL)
479 #define ath_hal_settkipsplit(_ah, _v) \
480 ath_hal_setcapability(_ah, HAL_CAP_TKIP_SPLIT, 1, _v, NULL)
489 #define ath_hal_setdiversity(_ah, _v) \
490 ath_hal_setcapability(_ah, HAL_CAP_DIVERSITY, 1, _v, NULL)
493 #define ath_hal_setdiag(_ah, _v) \
494 ath_hal_setcapability(_ah, HAL_CAP_DIAG, 0, _v, NULL)
509 #define ath_hal_settpscale(_ah, _v) \
510 ath_hal_setcapability(_ah, HAL_CAP_TXPOW, 3, _v, NULL)
515 #define ath_hal_settpc(_ah, _v) \
516 ath_hal_setcapability(_ah, HAL_CAP_TPC, 1, _v, NULL)