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 Dar9300eep.h257 u_int8_t misc_configuration; //misc flags: bit0 - turn down drivestrength member in struct:osprey_BaseEepHeader
H A Dar9300_eeprom.c514 return p_base->misc_configuration & AR9300_EEP_BASE_DRIVE_STRENGTH;
526 return ((p_base->misc_configuration >> 3) & 0x1);
2055 if (eep->base_eep_header.misc_configuration & 0x10)
2343 if ((eep->base_eep_header.misc_configuration & 0x20) != 0)
4430 (ahp->ah_eeprom.base_eep_header.misc_configuration >> 1) & 0x3;
4605 if ((eep->base_eep_header.misc_configuration & 0x40) >> 6) {
H A Dar9300_attach.c3413 if ( !((eep->base_eep_header.misc_configuration & 0x80) >> 7) )

Completed in 103 milliseconds