Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A 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()
1053 (offset & WINDOW_RANGE_MASK)); in ath12k_pci_read32()
1062 (offset & WINDOW_RANGE_MASK)); in ath12k_pci_read32()
1098 (offset & WINDOW_RANGE_MASK)); in ath12k_pci_write32()
1107 (offset & WINDOW_RANGE_MASK)); in ath12k_pci_write32()