Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_qcu.c103 u32 cw_min, cw_max, retry_lg, retry_sh; in ath5k_hw_reset_tx_queue() local
198 retry_sh = retry_lg = retry_lg > AR5K_DCU_RETRY_LMT_SH_RETRY ? in ath5k_hw_reset_tx_queue()
202 retry_sh = AR5K_INIT_SH_RETRY; in ath5k_hw_reset_tx_queue()
214 | AR5K_REG_SM(retry_sh, AR5K_NODCU_RETRY_LMT_SH_RETRY), in ath5k_hw_reset_tx_queue()
224 AR5K_REG_SM(retry_sh, AR5K_DCU_RETRY_LMT_SH_RETRY), in ath5k_hw_reset_tx_queue()