Lines Matching refs:slottime_reg
596 u32 slottime_reg; in ath10k_hw_qca988x_set_coverage_class() local
621 slottime_reg = ath10k_hif_read32(ar, WLAN_MAC_BASE_ADDRESS + in ath10k_hw_qca988x_set_coverage_class()
636 slottime_reg == ar->fw_coverage.reg_slottime_conf && in ath10k_hw_qca988x_set_coverage_class()
642 if (slottime_reg != ar->fw_coverage.reg_slottime_conf) in ath10k_hw_qca988x_set_coverage_class()
643 ar->fw_coverage.reg_slottime_orig = slottime_reg; in ath10k_hw_qca988x_set_coverage_class()
649 slottime_reg = ar->fw_coverage.reg_slottime_orig; in ath10k_hw_qca988x_set_coverage_class()
653 if (slottime_reg % phyclk) { in ath10k_hw_qca988x_set_coverage_class()
660 slottime = MS(slottime_reg, WAVE1_PCU_GBL_IFS_SLOT); in ath10k_hw_qca988x_set_coverage_class()
674 slottime = MS(slottime_reg, WAVE1_PCU_GBL_IFS_SLOT); in ath10k_hw_qca988x_set_coverage_class()
678 slottime_reg = (slottime_reg & ~WAVE1_PCU_GBL_IFS_SLOT_MASK) | slottime; in ath10k_hw_qca988x_set_coverage_class()
696 slottime_reg); in ath10k_hw_qca988x_set_coverage_class()
723 ar->fw_coverage.reg_slottime_conf = slottime_reg; in ath10k_hw_qca988x_set_coverage_class()