Searched refs:slottime_reg (Results 1 – 1 of 1) sorted by relevance
593 u32 slottime_reg; in ath10k_hw_qca988x_set_coverage_class() local618 slottime_reg = ath10k_hif_read32(ar, WLAN_MAC_BASE_ADDRESS + in ath10k_hw_qca988x_set_coverage_class()633 slottime_reg == ar->fw_coverage.reg_slottime_conf && in ath10k_hw_qca988x_set_coverage_class()639 if (slottime_reg != ar->fw_coverage.reg_slottime_conf) in ath10k_hw_qca988x_set_coverage_class()640 ar->fw_coverage.reg_slottime_orig = slottime_reg; in ath10k_hw_qca988x_set_coverage_class()646 slottime_reg = ar->fw_coverage.reg_slottime_orig; in ath10k_hw_qca988x_set_coverage_class()650 if (slottime_reg % phyclk) { in ath10k_hw_qca988x_set_coverage_class()657 slottime = MS(slottime_reg, WAVE1_PCU_GBL_IFS_SLOT); in ath10k_hw_qca988x_set_coverage_class()671 slottime = MS(slottime_reg, WAVE1_PCU_GBL_IFS_SLOT); in ath10k_hw_qca988x_set_coverage_class()675 slottime_reg = (slottime_reg & ~WAVE1_PCU_GBL_IFS_SLOT_MASK) | slottime; in ath10k_hw_qca988x_set_coverage_class()[all …]