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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2718 uint8_t biaslevel; local
2729 biaslevel = pModal->xpaBiasLvl;
2738 biaslevel = (uint8_t) (XPA_LVL_FREQ(0) >> 14);
2748 biaslevel = (uint8_t)(XPA_LVL_FREQ(freqCount) >> 14);
2756 __func__, biaslevel);
2767 (HAL_INI_VAL(&AH5416(ah)->ah_ini_addac, 7, 1) & (~0x18)) | biaslevel << 3;
2770 (HAL_INI_VAL(&AH5416(ah)->ah_ini_addac, 6, 1) & (~0xc0)) | biaslevel << 6;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_eeprom.c3226 u_int8_t biaslevel;
3246 biaslevel = p_modal->xpa_bias_lvl;
3256 biaslevel = (u_int8_t)(p_modal->xpa_bias_lvl_freq[0] >> 14);
3267 biaslevel =
3279 (INI_RA(&ahp->ah_ini_addac, 7, 1) & (~0x18)) | biaslevel << 3;
3282 (INI_RA(&ahp->ah_ini_addac, 6, 1) & (~0xc0)) | biaslevel << 6;

Completed in 47 milliseconds