Lines Matching defs:common
782 static void ath_pci_read_cachesize(struct ath_common *common, int *csz)
784 struct ath_softc *sc = (struct ath_softc *) common->priv;
800 static bool ath_pci_eeprom_read(struct ath_common *common, u32 off, u16 *data)
802 struct ath_hw *ah = (struct ath_hw *) common->ah;
804 common->ops->read(ah, AR5416_EEPROM_OFFSET + (off << AR5416_EEPROM_S));
814 *data = MS(common->ops->read(ah, AR_EEPROM_STATUS_DATA),
821 static void ath_pci_aspm_init(struct ath_common *common)
823 struct ath_softc *sc = (struct ath_softc *) common->priv;
850 ath_info(common, "Disabling ASPM since BTCOEX is enabled\n");
875 ath_info(common, "ASPM enabled: 0x%x\n", aspm);
1027 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
1029 if (test_bit(ATH_OP_WOW_ENABLED, &common->op_flags)) {
1052 struct ath_common *common = ath9k_hw_common(ah);
1064 ath_pci_aspm_init(common);