Symbol: ath11k_pcic_read32
drivers/net/wireless/ath/ath11k/ahb.c
781
.read32 = ath11k_pcic_read32,
drivers/net/wireless/ath/ath11k/mhi.c
154
val = ath11k_pcic_read32(ab, MHISTATUS);
drivers/net/wireless/ath/ath11k/pci.c
1046
sub_version = ath11k_pcic_read32(ab, TCSR_SOC_HW_SUB_VER);
drivers/net/wireless/ath/ath11k/pci.c
197
val = ath11k_pcic_read32(ab, PCIE_SOC_GLOBAL_RESET);
drivers/net/wireless/ath/ath11k/pci.c
203
ath11k_pcic_read32(ab, PCIE_SOC_GLOBAL_RESET);
drivers/net/wireless/ath/ath11k/pci.c
214
ath11k_pcic_read32(ab, PCIE_SOC_GLOBAL_RESET);
drivers/net/wireless/ath/ath11k/pci.c
218
val = ath11k_pcic_read32(ab, PCIE_SOC_GLOBAL_RESET);
drivers/net/wireless/ath/ath11k/pci.c
233
val = ath11k_pcic_read32(ab, PCIE_Q6_COOKIE_ADDR);
drivers/net/wireless/ath/ath11k/pci.c
236
val = ath11k_pcic_read32(ab, WLAON_WARM_SW_ENTRY);
drivers/net/wireless/ath/ath11k/pci.c
248
val = ath11k_pcic_read32(ab, WLAON_WARM_SW_ENTRY);
drivers/net/wireless/ath/ath11k/pci.c
254
val = ath11k_pcic_read32(ab, WLAON_SOC_RESET_CAUSE_REG);
drivers/net/wireless/ath/ath11k/pci.c
264
v = ath11k_pcic_read32(ab, offset);
drivers/net/wireless/ath/ath11k/pci.c
271
v = ath11k_pcic_read32(ab, offset);
drivers/net/wireless/ath/ath11k/pci.c
332
val = ath11k_pcic_read32(ab, PCIE_PCIE_PARF_LTSSM);
drivers/net/wireless/ath/ath11k/pci.c
340
val = ath11k_pcic_read32(ab, PCIE_PCIE_PARF_LTSSM);
drivers/net/wireless/ath/ath11k/pci.c
345
val = ath11k_pcic_read32(ab, GCC_GCC_PCIE_HOT_RST);
drivers/net/wireless/ath/ath11k/pci.c
348
val = ath11k_pcic_read32(ab, GCC_GCC_PCIE_HOT_RST);
drivers/net/wireless/ath/ath11k/pci.c
369
val = ath11k_pcic_read32(ab, WLAON_QFPROM_PWR_CTRL_REG);
drivers/net/wireless/ath/ath11k/pci.c
906
.read32 = ath11k_pcic_read32,
drivers/net/wireless/ath/ath11k/pci.c
930
soc_hw_version = ath11k_pcic_read32(ab, TCSR_SOC_HW_VERSION);
drivers/net/wireless/ath/ath11k/pcic.c
227
EXPORT_SYMBOL(ath11k_pcic_read32);
drivers/net/wireless/ath/ath11k/pcic.h
33
u32 ath11k_pcic_read32(struct ath11k_base *ab, u32 offset);