ath11k_pcic_write32
.write32 = ath11k_pcic_write32,
ath11k_pcic_write32(ab, MHICTRL, MHICTRL_RESET_MASK);
ath11k_pcic_write32(ab, PCIE_TXVECDB, 0);
ath11k_pcic_write32(ab, PCIE_TXVECSTATUS, 0);
ath11k_pcic_write32(ab, PCIE_RXVECDB, 0);
ath11k_pcic_write32(ab, PCIE_RXVECSTATUS, 0);
ath11k_pcic_write32(ab, PCIE_SOC_GLOBAL_RESET, val);
ath11k_pcic_write32(ab, PCIE_SOC_GLOBAL_RESET, val);
ath11k_pcic_write32(ab, WLAON_WARM_SW_ENTRY, 0);
ath11k_pcic_write32(ab, offset, (v & ~mask) | value);
ath11k_pcic_write32(ab, PCIE_PCIE_PARF_LTSSM, PARM_LTSSM_VALUE);
ath11k_pcic_write32(ab, GCC_GCC_PCIE_HOT_RST, val);
ath11k_pcic_write32(ab, PCIE_PCIE_INT_ALL_CLEAR, PCIE_INT_CLEAR_ALL);
ath11k_pcic_write32(ab, WLAON_QFPROM_PWR_CTRL_REG, val);
ath11k_pcic_write32(ab, PCIE_SOC_WAKE_PCIE_LOCAL_REG, 1);
.write32 = ath11k_pcic_write32,
EXPORT_SYMBOL(ath11k_pcic_write32);
void ath11k_pcic_write32(struct ath11k_base *ab, u32 offset, u32 value);