Searched refs:WINDOW_RANGE_MASK (Results 1 – 1 of 1) sorted by relevance
25 #define WINDOW_RANGE_MASK GENMASK(18, 0) macro166 if ((offset ^ HAL_SEQ_WCSS_UMAC_OFFSET) < WINDOW_RANGE_MASK) in ath11k_pci_get_window_start()169 else if ((offset ^ HAL_CE_WFSS_CE_REG_BASE) < WINDOW_RANGE_MASK) in ath11k_pci_get_window_start()201 (offset & WINDOW_RANGE_MASK)); in ath11k_pci_write32()205 (offset & WINDOW_RANGE_MASK)); in ath11k_pci_write32()238 (offset & WINDOW_RANGE_MASK)); in ath11k_pci_read32()242 (offset & WINDOW_RANGE_MASK)); in ath11k_pci_read32()
Completed in 13 milliseconds