Michal Kazior <michal.kazior@xxxxxxxxx> writes: >> + /* disable pending irqs */ >> + ath10k_pci_core_write32(ar, PCIE_INTR_ENABLE_ADDRESS, 0); >> + ath10k_pci_core_write32(ar, PCIE_INTR_CLR_ADDRESS, ~0); > > These use SOC_CORE_BASE_ADDRESS as the suffix, not the RTC_SOC_BASE_ADDRESS. But I am using SOC_CORE_BASE_ADDRESS, right? static inline u32 ath10k_pci_core_read32(struct ath10k *ar, u32 addr) { return ath10k_pci_read32(ar, SOC_CORE_BASE_ADDRESS + addr); } static inline void ath10k_pci_core_write32(struct ath10k *ar, u32 addr, u32 val) { ath10k_pci_write32(ar, SOC_CORE_BASE_ADDRESS + addr, val); } -- Kalle Valo -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html