Home
last modified time | relevance | path

Searched refs:ath11k_pci_read32 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dpci.c158 u32 ath11k_pci_read32(struct ath11k_base *ab, u32 offset) in ath11k_pci_read32() function
190 val = ath11k_pci_read32(ab, PCIE_SOC_GLOBAL_RESET); in ath11k_pci_soc_global_reset()
207 val = ath11k_pci_read32(ab, PCIE_SOC_GLOBAL_RESET); in ath11k_pci_soc_global_reset()
217 val = ath11k_pci_read32(ab, PCIE_Q6_COOKIE_ADDR); in ath11k_pci_clear_dbg_registers()
220 val = ath11k_pci_read32(ab, WLAON_WARM_SW_ENTRY); in ath11k_pci_clear_dbg_registers()
232 val = ath11k_pci_read32(ab, WLAON_WARM_SW_ENTRY); in ath11k_pci_clear_dbg_registers()
238 val = ath11k_pci_read32(ab, WLAON_SOC_RESET_CAUSE_REG); in ath11k_pci_clear_dbg_registers()
868 .read32 = ath11k_pci_read32,
914 soc_hw_version = ath11k_pci_read32(ab, TCSR_SOC_HW_VERSION); in ath11k_pci_probe()
Dpci.h70 u32 ath11k_pci_read32(struct ath11k_base *ab, u32 offset);
Dmhi.c114 val = ath11k_pci_read32(ab, MHISTATUS); in ath11k_mhi_set_mhictrl_reset()