Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dpci.c29 #define WINDOW_RANGE_MASK GENMASK(18, 0) macro
200 if ((offset ^ HAL_SEQ_WCSS_UMAC_OFFSET) < WINDOW_RANGE_MASK) in ath12k_pci_get_window_start()
203 else if ((offset ^ HAL_CE_WFSS_CE_REG_BASE) < WINDOW_RANGE_MASK) in ath12k_pci_get_window_start()
208 else if (((offset ^ PCI_BAR_WINDOW0_BASE) < WINDOW_RANGE_MASK) && in ath12k_pci_get_window_start()
1054 (offset & WINDOW_RANGE_MASK)); in ath12k_pci_read32()
1067 (offset & WINDOW_RANGE_MASK)); in ath12k_pci_read32()
1111 (offset & WINDOW_RANGE_MASK)); in ath12k_pci_write32()
1124 (offset & WINDOW_RANGE_MASK)); in ath12k_pci_write32()