Searched refs:slottime_reg (Results 1 – 1 of 1) sorted by relevance
594 u32 slottime_reg; in ath10k_hw_qca988x_set_coverage_class() local619 slottime_reg = ath10k_hif_read32(ar, WLAN_MAC_BASE_ADDRESS + in ath10k_hw_qca988x_set_coverage_class()634 slottime_reg == ar->fw_coverage.reg_slottime_conf && in ath10k_hw_qca988x_set_coverage_class()640 if (slottime_reg != ar->fw_coverage.reg_slottime_conf) in ath10k_hw_qca988x_set_coverage_class()641 ar->fw_coverage.reg_slottime_orig = slottime_reg; in ath10k_hw_qca988x_set_coverage_class()647 slottime_reg = ar->fw_coverage.reg_slottime_orig; in ath10k_hw_qca988x_set_coverage_class()651 if (slottime_reg % phyclk) { in ath10k_hw_qca988x_set_coverage_class()658 slottime = MS(slottime_reg, WAVE1_PCU_GBL_IFS_SLOT); in ath10k_hw_qca988x_set_coverage_class()672 slottime = MS(slottime_reg, WAVE1_PCU_GBL_IFS_SLOT); in ath10k_hw_qca988x_set_coverage_class()676 slottime_reg = (slottime_reg & ~WAVE1_PCU_GBL_IFS_SLOT_MASK) | slottime; in ath10k_hw_qca988x_set_coverage_class()[all …]