Searched refs:POW_SM (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c958 #define POW_SM(_r, _s) (((_r) & 0x3f) << (_s)) macro
962 POW_SM(ratesArray[rate18mb], 24)
963 | POW_SM(ratesArray[rate12mb], 16)
964 | POW_SM(ratesArray[rate9mb], 8)
965 | POW_SM(ratesArray[rate6mb], 0)
968 POW_SM(ratesArray[rate54mb], 24)
969 | POW_SM(ratesArray[rate48mb], 16)
970 | POW_SM(ratesArray[rate36mb], 8)
971 | POW_SM(ratesArray[rate24mb], 0)
977 POW_SM(ratesArra
1037 #undef POW_SM macro
1052 #define POW_SM macro
1225 #undef POW_SM macro
[all...]
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c823 #define POW_SM(_r, _s) (((_r) & 0x3f) << (_s)) macro
836 POW_SM(p_pwr_array[ALL_TARGET_LEGACY_6_24], 24)
837 | POW_SM(p_pwr_array[ALL_TARGET_LEGACY_6_24], 16)
838 | POW_SM(p_pwr_array[ALL_TARGET_LEGACY_6_24], 8)
839 | POW_SM(p_pwr_array[ALL_TARGET_LEGACY_6_24], 0)
843 POW_SM(p_pwr_array[ALL_TARGET_LEGACY_54], 24)
844 | POW_SM(p_pwr_array[ALL_TARGET_LEGACY_48], 16)
845 | POW_SM(p_pwr_array[ALL_TARGET_LEGACY_36], 8)
846 | POW_SM(p_pwr_array[ALL_TARGET_LEGACY_6_24], 0)
852 POW_SM(p_pwr_arra
935 #undef POW_SM macro
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c331 #define POW_SM(_r, _s) (((_r) & 0x3f) << (_s)) macro
443 #undef POW_SM macro
H A Dar9285_reset.c75 #define POW_SM(_r, _s) (((_r) & 0x3f) << (_s)) macro
184 #undef POW_SM macro

Completed in 125 milliseconds