Searched refs:PCIE_SOC_GLOBAL_RESET (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/wireless/ath/ath11k/ |
D | pci.h | 13 #define PCIE_SOC_GLOBAL_RESET 0x3008 macro
|
D | pci.c | 182 val = ath11k_pcic_read32(ab, PCIE_SOC_GLOBAL_RESET); in ath11k_pci_soc_global_reset() 186 ath11k_pcic_write32(ab, PCIE_SOC_GLOBAL_RESET, val); in ath11k_pci_soc_global_reset() 195 ath11k_pcic_write32(ab, PCIE_SOC_GLOBAL_RESET, val); in ath11k_pci_soc_global_reset() 199 val = ath11k_pcic_read32(ab, PCIE_SOC_GLOBAL_RESET); in ath11k_pci_soc_global_reset()
|
/linux-6.12.1/drivers/net/wireless/ath/ath12k/ |
D | pci.h | 13 #define PCIE_SOC_GLOBAL_RESET 0x3008 macro
|
D | pci.c | 223 val = ath12k_pci_read32(ab, PCIE_SOC_GLOBAL_RESET); in ath12k_pci_soc_global_reset() 227 ath12k_pci_write32(ab, PCIE_SOC_GLOBAL_RESET, val); in ath12k_pci_soc_global_reset() 236 ath12k_pci_write32(ab, PCIE_SOC_GLOBAL_RESET, val); in ath12k_pci_soc_global_reset() 240 val = ath12k_pci_read32(ab, PCIE_SOC_GLOBAL_RESET); in ath12k_pci_soc_global_reset()
|