Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_reset.c2706 uint8_t biaslevel; in ar5416EepromSetAddac() local
2717 biaslevel = pModal->xpaBiasLvl; in ar5416EepromSetAddac()
2726 biaslevel = (uint8_t) (XPA_LVL_FREQ(0) >> 14); in ar5416EepromSetAddac()
2736 biaslevel = (uint8_t)(XPA_LVL_FREQ(freqCount) >> 14); in ar5416EepromSetAddac()
2744 __func__, biaslevel); in ar5416EepromSetAddac()
2755 (HAL_INI_VAL(&AH5416(ah)->ah_ini_addac, 7, 1) & (~0x18)) | biaslevel << 3; in ar5416EepromSetAddac()
2758 (HAL_INI_VAL(&AH5416(ah)->ah_ini_addac, 6, 1) & (~0xc0)) | biaslevel << 6; in ar5416EepromSetAddac()
/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_eeprom.c2984 u_int8_t biaslevel; in ar9300_eeprom_set_addac()
3004 biaslevel = p_modal->xpa_bias_lvl; in ar9300_eeprom_set_addac()
3014 biaslevel = (u_int8_t)(p_modal->xpa_bias_lvl_freq[0] >> 14); in ar9300_eeprom_set_addac()
3025 biaslevel = in ar9300_eeprom_set_addac()
3037 (INI_RA(&ahp->ah_ini_addac, 7, 1) & (~0x18)) | biaslevel << 3; in ar9300_eeprom_set_addac()
3040 (INI_RA(&ahp->ah_ini_addac, 6, 1) & (~0xc0)) | biaslevel << 6; in ar9300_eeprom_set_addac()