Searched refs:slottime_reg (Results 1 – 1 of 1) sorted by relevance
597 u32 slottime_reg; in ath10k_hw_qca988x_set_coverage_class() local622 slottime_reg = ath10k_hif_read32(ar, WLAN_MAC_BASE_ADDRESS + in ath10k_hw_qca988x_set_coverage_class()637 slottime_reg == ar->fw_coverage.reg_slottime_conf && in ath10k_hw_qca988x_set_coverage_class()643 if (slottime_reg != ar->fw_coverage.reg_slottime_conf) in ath10k_hw_qca988x_set_coverage_class()644 ar->fw_coverage.reg_slottime_orig = slottime_reg; in ath10k_hw_qca988x_set_coverage_class()650 slottime_reg = ar->fw_coverage.reg_slottime_orig; in ath10k_hw_qca988x_set_coverage_class()654 if (slottime_reg % phyclk) { in ath10k_hw_qca988x_set_coverage_class()661 slottime = MS(slottime_reg, WAVE1_PCU_GBL_IFS_SLOT); in ath10k_hw_qca988x_set_coverage_class()675 slottime = MS(slottime_reg, WAVE1_PCU_GBL_IFS_SLOT); in ath10k_hw_qca988x_set_coverage_class()679 slottime_reg = (slottime_reg & ~WAVE1_PCU_GBL_IFS_SLOT_MASK) | slottime; in ath10k_hw_qca988x_set_coverage_class()[all …]