Searched refs:slottime_reg (Results 1 – 1 of 1) sorted by relevance
595 u32 slottime_reg; in ath10k_hw_qca988x_set_coverage_class() local620 slottime_reg = ath10k_hif_read32(ar, WLAN_MAC_BASE_ADDRESS + in ath10k_hw_qca988x_set_coverage_class()635 slottime_reg == ar->fw_coverage.reg_slottime_conf && in ath10k_hw_qca988x_set_coverage_class()641 if (slottime_reg != ar->fw_coverage.reg_slottime_conf) in ath10k_hw_qca988x_set_coverage_class()642 ar->fw_coverage.reg_slottime_orig = slottime_reg; in ath10k_hw_qca988x_set_coverage_class()648 slottime_reg = ar->fw_coverage.reg_slottime_orig; in ath10k_hw_qca988x_set_coverage_class()652 if (slottime_reg % phyclk) { in ath10k_hw_qca988x_set_coverage_class()659 slottime = MS(slottime_reg, WAVE1_PCU_GBL_IFS_SLOT); in ath10k_hw_qca988x_set_coverage_class()673 slottime = MS(slottime_reg, WAVE1_PCU_GBL_IFS_SLOT); in ath10k_hw_qca988x_set_coverage_class()677 slottime_reg = (slottime_reg & ~WAVE1_PCU_GBL_IFS_SLOT_MASK) | slottime; in ath10k_hw_qca988x_set_coverage_class()[all …]