Searched refs:miscConfiguration (Results 1 – 2 of 2) sorted by relevance
74 .miscConfiguration = 0, /* bit0 - turn down drivestrength */652 .miscConfiguration = 0, /* bit0 - turn down drivestrength */1231 .miscConfiguration = 0, /* bit0 - turn down drivestrength */1810 .miscConfiguration = 0, /* bit0 - turn down drivestrength */3001 return (pBase->miscConfiguration >> 0x3) & 0x1; in ath9k_hw_ar9300_get_eeprom()3555 PR_EEP("Quick Drop", !!(pBase->miscConfiguration & BIT(1))); in ath9k_hw_ar9003_dump_eeprom()3803 drive_strength = pBase->miscConfiguration & BIT(0); in ar9003_hw_drive_strength_apply()4072 if (!(pBase->miscConfiguration & BIT(4))) in ar9003_hw_quick_drop_apply()4129 if (!(eep->baseEepHeader.miscConfiguration & 0x40)) in ar9003_hw_xlna_bias_strength_apply()4150 int thermometer = (pBase->miscConfiguration >> 1) & 0x3; in ar9003_hw_get_thermometer()[all …]
208 u8 miscConfiguration; member
Completed in 14 milliseconds