Searched refs:ath11k_pcic_read32 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/net/wireless/ath/ath11k/ |
D | pci.c | 182 val = ath11k_pcic_read32(ab, PCIE_SOC_GLOBAL_RESET); in ath11k_pci_soc_global_reset() 199 val = ath11k_pcic_read32(ab, PCIE_SOC_GLOBAL_RESET); in ath11k_pci_soc_global_reset() 209 val = ath11k_pcic_read32(ab, PCIE_Q6_COOKIE_ADDR); in ath11k_pci_clear_dbg_registers() 212 val = ath11k_pcic_read32(ab, WLAON_WARM_SW_ENTRY); in ath11k_pci_clear_dbg_registers() 224 val = ath11k_pcic_read32(ab, WLAON_WARM_SW_ENTRY); in ath11k_pci_clear_dbg_registers() 230 val = ath11k_pcic_read32(ab, WLAON_SOC_RESET_CAUSE_REG); in ath11k_pci_clear_dbg_registers() 240 v = ath11k_pcic_read32(ab, offset); in ath11k_pci_set_link_reg() 247 v = ath11k_pcic_read32(ab, offset); in ath11k_pci_set_link_reg() 308 val = ath11k_pcic_read32(ab, PCIE_PCIE_PARF_LTSSM); in ath11k_pci_enable_ltssm() 316 val = ath11k_pcic_read32(ab, PCIE_PCIE_PARF_LTSSM); in ath11k_pci_enable_ltssm() [all …]
|
D | pcic.h | 33 u32 ath11k_pcic_read32(struct ath11k_base *ab, u32 offset);
|
D | pcic.c | 194 u32 ath11k_pcic_read32(struct ath11k_base *ab, u32 offset) in ath11k_pcic_read32() function 215 EXPORT_SYMBOL(ath11k_pcic_read32);
|
D | mhi.c | 158 val = ath11k_pcic_read32(ab, MHISTATUS); in ath11k_mhi_set_mhictrl_reset()
|
D | ahb.c | 781 .read32 = ath11k_pcic_read32,
|