Searched refs:biaslevel (Results 1 – 2 of 2) sorted by relevance
2716 uint8_t biaslevel; in ar5416EepromSetAddac() local2727 biaslevel = pModal->xpaBiasLvl; in ar5416EepromSetAddac()2736 biaslevel = (uint8_t) (XPA_LVL_FREQ(0) >> 14); in ar5416EepromSetAddac()2746 biaslevel = (uint8_t)(XPA_LVL_FREQ(freqCount) >> 14); in ar5416EepromSetAddac()2754 __func__, biaslevel); in ar5416EepromSetAddac()2765 (HAL_INI_VAL(&AH5416(ah)->ah_ini_addac, 7, 1) & (~0x18)) | biaslevel << 3; in ar5416EepromSetAddac()2768 (HAL_INI_VAL(&AH5416(ah)->ah_ini_addac, 6, 1) & (~0xc0)) | biaslevel << 6; in ar5416EepromSetAddac()
3254 u_int8_t biaslevel; in ar9300_eeprom_set_addac()3274 biaslevel = p_modal->xpa_bias_lvl; in ar9300_eeprom_set_addac()3284 biaslevel = (u_int8_t)(p_modal->xpa_bias_lvl_freq[0] >> 14); in ar9300_eeprom_set_addac()3295 biaslevel = in ar9300_eeprom_set_addac()3307 (INI_RA(&ahp->ah_ini_addac, 7, 1) & (~0x18)) | biaslevel << 3; in ar9300_eeprom_set_addac()3310 (INI_RA(&ahp->ah_ini_addac, 6, 1) & (~0xc0)) | biaslevel << 6; in ar9300_eeprom_set_addac()