Searched refs:ath12k_pci_read32 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | pci.c | 221 val = ath12k_pci_read32(ab, PCIE_SOC_GLOBAL_RESET); in ath12k_pci_soc_global_reset() 238 val = ath12k_pci_read32(ab, PCIE_SOC_GLOBAL_RESET); in ath12k_pci_soc_global_reset() 248 val = ath12k_pci_read32(ab, PCIE_Q6_COOKIE_ADDR); in ath12k_pci_clear_dbg_registers() 251 val = ath12k_pci_read32(ab, WLAON_WARM_SW_ENTRY); in ath12k_pci_clear_dbg_registers() 263 val = ath12k_pci_read32(ab, WLAON_WARM_SW_ENTRY); in ath12k_pci_clear_dbg_registers() 269 val = ath12k_pci_read32(ab, WLAON_SOC_RESET_CAUSE_REG); in ath12k_pci_clear_dbg_registers() 278 val = ath12k_pci_read32(ab, PCIE_PCIE_PARF_LTSSM); in ath12k_pci_enable_ltssm() 286 val = ath12k_pci_read32(ab, PCIE_PCIE_PARF_LTSSM); in ath12k_pci_enable_ltssm() 291 val = ath12k_pci_read32(ab, GCC_GCC_PCIE_HOT_RST); in ath12k_pci_enable_ltssm() 294 val = ath12k_pci_read32(ab, GCC_GCC_PCIE_HOT_RST); in ath12k_pci_enable_ltssm() [all …]
|
H A D | pci.h | 124 u32 ath12k_pci_read32(struct ath12k_base *ab, u32 offset);
|
H A D | mhi.c | 210 val = ath12k_pci_read32(ab, MHISTATUS); in ath12k_mhi_set_mhictrl_reset()
|