Home
last modified time | relevance | path

Searched refs:misc_configuration (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_eeprom.c514 return p_base->misc_configuration & AR9300_EEP_BASE_DRIVE_STRENGTH; in ar9300_eeprom_get()
526 return ((p_base->misc_configuration >> 3) & 0x1); in ar9300_eeprom_get()
2055 if (eep->base_eep_header.misc_configuration & 0x10) in ar9300_quick_drop_apply()
2343 if ((eep->base_eep_header.misc_configuration & 0x20) != 0) in ar9300_power_control_override()
4458 (ahp->ah_eeprom.base_eep_header.misc_configuration >> 1) & 0x3; in ar9300_thermometer_get()
4633 if ((eep->base_eep_header.misc_configuration & 0x40) >> 6) { in ar9300_x_lNA_bias_strength_apply()
H A Dar9300eep.h257 u_int8_t misc_configuration; //misc flags: bit0 - turn down drivestrength member
H A Dar9300_attach.c3413 if ( !((eep->base_eep_header.misc_configuration & 0x80) >> 7) ) in ar9300_rf_gain_cap_apply()