Searched refs:misc_configuration (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/tools/tools/ath/ath_ee_9300_print/
H A Dmain.c78 ee_base->misc_configuration);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300eep.h253 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.c3410 if ( !((eep->base_eep_header.misc_configuration & 0x80) >> 7) )

Completed in 190 milliseconds