Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Dpci.c26 #define WINDOW_RANGE_MASK GENMASK(18, 0) macro
188 if ((offset ^ HAL_SEQ_WCSS_UMAC_OFFSET) < WINDOW_RANGE_MASK) in ath12k_pci_get_window_start()
191 else if ((offset ^ HAL_CE_WFSS_CE_REG_BASE) < WINDOW_RANGE_MASK) in ath12k_pci_get_window_start()
196 else if (((offset ^ PCI_BAR_WINDOW0_BASE) < WINDOW_RANGE_MASK) && in ath12k_pci_get_window_start()
1036 (offset & WINDOW_RANGE_MASK)); in ath12k_pci_read32()
1045 (offset & WINDOW_RANGE_MASK)); in ath12k_pci_read32()
1081 (offset & WINDOW_RANGE_MASK)); in ath12k_pci_write32()
1090 (offset & WINDOW_RANGE_MASK)); in ath12k_pci_write32()