Lines Matching refs:miscConfiguration
73 .miscConfiguration = 0, /* bit0 - turn down drivestrength */
651 .miscConfiguration = 0, /* bit0 - turn down drivestrength */
1230 .miscConfiguration = 0, /* bit0 - turn down drivestrength */
1809 .miscConfiguration = 0, /* bit0 - turn down drivestrength */
2387 .miscConfiguration = 0, /* bit0 - turn down drivestrength */
3002 return (pBase->miscConfiguration >> 0x3) & 0x1; in ath9k_hw_ar9300_get_eeprom()
3484 PR_EEP("Driver Strength", !!(pBase->miscConfiguration & BIT(0))); in ath9k_hw_ar9003_dump_eeprom()
3485 PR_EEP("Quick Drop", !!(pBase->miscConfiguration & BIT(1))); in ath9k_hw_ar9003_dump_eeprom()
3486 PR_EEP("Chain mask Reduce", (pBase->miscConfiguration >> 0x3) & 0x1); in ath9k_hw_ar9003_dump_eeprom()
3733 drive_strength = pBase->miscConfiguration & BIT(0); in ar9003_hw_drive_strength_apply()
4002 if (!(pBase->miscConfiguration & BIT(4))) in ar9003_hw_quick_drop_apply()
4059 if (!(eep->baseEepHeader.miscConfiguration & 0x40)) in ar9003_hw_xlna_bias_strength_apply()
4080 int thermometer = (pBase->miscConfiguration >> 1) & 0x3; in ar9003_hw_get_thermometer()
4798 if ((eep->baseEepHeader.miscConfiguration & 0x20) != 0) { in ar9003_hw_power_control_override()