Lines Matching refs:miscConfiguration
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 */
2388 .miscConfiguration = 0, /* bit0 - turn down drivestrength */
3001 return (pBase->miscConfiguration >> 0x3) & 0x1; in ath9k_hw_ar9300_get_eeprom()
3554 PR_EEP("Driver Strength", !!(pBase->miscConfiguration & BIT(0))); in ath9k_hw_ar9003_dump_eeprom()
3555 PR_EEP("Quick Drop", !!(pBase->miscConfiguration & BIT(1))); in ath9k_hw_ar9003_dump_eeprom()
3556 PR_EEP("Chain mask Reduce", (pBase->miscConfiguration >> 0x3) & 0x1); 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()
4870 if ((eep->baseEepHeader.miscConfiguration & 0x20) != 0) { in ar9003_hw_power_control_override()