Searched refs:PWR_MAS (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_tx99_tgt.c42 #define PWR_MAS(_r, _s) (((_r) & 0x3f) << (_s)) macro
55 PWR_MAS(pPwrArray[ALL_TARGET_LEGACY_6_24], 24)
56 | PWR_MAS(pPwrArray[ALL_TARGET_LEGACY_6_24], 16)
57 | PWR_MAS(pPwrArray[ALL_TARGET_LEGACY_6_24], 8)
58 | PWR_MAS(pPwrArray[ALL_TARGET_LEGACY_6_24], 0)
62 PWR_MAS(pPwrArray[ALL_TARGET_LEGACY_54], 24)
63 | PWR_MAS(pPwrArray[ALL_TARGET_LEGACY_48], 16)
64 | PWR_MAS(pPwrArray[ALL_TARGET_LEGACY_36], 8)
65 | PWR_MAS(pPwrArray[ALL_TARGET_LEGACY_6_24], 0)
71 PWR_MAS(pPwrArra
143 #undef PWR_MAS macro
[all...]
H A Dar9300_misc.c3290 #define PWR_MAS(_r, _s) (((_r) & 0x3f) << (_s)) macro
3310 PWR_MAS(p_pwr_array[ALL_TARGET_LEGACY_6_24], 24)
3311 | PWR_MAS(p_pwr_array[ALL_TARGET_LEGACY_6_24], 16)
3312 | PWR_MAS(p_pwr_array[ALL_TARGET_LEGACY_6_24], 8)
3313 | PWR_MAS(p_pwr_array[ALL_TARGET_LEGACY_6_24], 0)
3317 PWR_MAS(p_pwr_array[ALL_TARGET_LEGACY_54], 24)
3318 | PWR_MAS(p_pwr_array[ALL_TARGET_LEGACY_48], 16)
3319 | PWR_MAS(p_pwr_array[ALL_TARGET_LEGACY_36], 8)
3320 | PWR_MAS(p_pwr_array[ALL_TARGET_LEGACY_6_24], 0)
3326 PWR_MAS(p_pwr_arra
3398 #undef PWR_MAS macro
[all...]

Completed in 131 milliseconds