Home
last modified time | relevance | path

Searched refs:timeout_reg (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dhw.c592 u32 timeout_reg; in ath10k_hw_qca988x_set_coverage_class() local
617 timeout_reg = ath10k_hif_read32(ar, WLAN_MAC_BASE_ADDRESS + in ath10k_hw_qca988x_set_coverage_class()
631 timeout_reg == ar->fw_coverage.reg_ack_cts_timeout_conf && in ath10k_hw_qca988x_set_coverage_class()
638 if (timeout_reg != ar->fw_coverage.reg_ack_cts_timeout_conf) in ath10k_hw_qca988x_set_coverage_class()
639 ar->fw_coverage.reg_ack_cts_timeout_orig = timeout_reg; in ath10k_hw_qca988x_set_coverage_class()
644 timeout_reg = ar->fw_coverage.reg_ack_cts_timeout_orig; in ath10k_hw_qca988x_set_coverage_class()
675 ack_timeout = MS(timeout_reg, WAVE1_PCU_ACK_CTS_TIMEOUT_ACK); in ath10k_hw_qca988x_set_coverage_class()
681 cts_timeout = MS(timeout_reg, WAVE1_PCU_ACK_CTS_TIMEOUT_CTS); in ath10k_hw_qca988x_set_coverage_class()
686 timeout_reg = ack_timeout | cts_timeout; in ath10k_hw_qca988x_set_coverage_class()
693 timeout_reg); in ath10k_hw_qca988x_set_coverage_class()
[all …]