Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mtd/nand/raw/
Dfsmc_nand.c109 u8 thold; member
266 u32 tclr, tar, thiz, thold, twait, tset; in fsmc_nand_setup() local
271 thold = (tims->thold & FSMC_THOLD_MASK) << FSMC_THOLD_SHIFT; in fsmc_nand_setup()
279 writel_relaxed(thiz | thold | twait | tset, host->regs_va + COMM); in fsmc_nand_setup()
280 writel_relaxed(thiz | thold | twait | tset, host->regs_va + ATTRIB); in fsmc_nand_setup()
289 u32 thiz, thold, twait, tset, twait_min; in fsmc_calc_timings() local
304 thold = sdrt->tDH_min; in fsmc_calc_timings()
305 if (thold < sdrt->tCH_min) in fsmc_calc_timings()
306 thold = sdrt->tCH_min; in fsmc_calc_timings()
307 if (thold < sdrt->tCLH_min) in fsmc_calc_timings()
[all …]
Dintel-nand-controller.c207 u32 trecov, thold, twrwait, trdwait; in ebu_nand_set_timings() local
221 thold = DIV_ROUND_UP(max(timings->tDH_min, timings->tDS_min), period); in ebu_nand_set_timings()
222 reg |= EBU_BUSCON_HOLDC(thold); in ebu_nand_set_timings()
/linux-5.19.10/drivers/net/wireless/ti/wl18xx/
Dmain.c1651 u8 thold; in wl18xx_lnk_high_prio() local
1668 thold = status_priv->tx_fast_link_prio_threshold; in wl18xx_lnk_high_prio()
1670 thold = status_priv->tx_slow_link_prio_threshold; in wl18xx_lnk_high_prio()
1672 return lnk->allocated_pkts < thold; in wl18xx_lnk_high_prio()
1678 u8 thold; in wl18xx_lnk_low_prio() local
1689 thold = status_priv->tx_suspend_threshold; in wl18xx_lnk_low_prio()
1692 thold = status_priv->tx_fast_stop_threshold; in wl18xx_lnk_low_prio()
1694 thold = status_priv->tx_slow_stop_threshold; in wl18xx_lnk_low_prio()
1696 return lnk->allocated_pkts < thold; in wl18xx_lnk_low_prio()
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/
Drx.c560 int thold = vif->bss_conf.cqm_rssi_thold; in iwl_mvm_update_vif_sig() local
597 if (thold && sig < thold && (last_event == 0 || in iwl_mvm_update_vif_sig()
607 } else if (sig > thold && in iwl_mvm_update_vif_sig()
/linux-5.19.10/drivers/net/wireless/ti/wl12xx/
Dmain.c1660 u8 thold; in wl12xx_lnk_high_prio() local
1663 thold = wl->conf.tx.fast_link_thold; in wl12xx_lnk_high_prio()
1665 thold = wl->conf.tx.slow_link_thold; in wl12xx_lnk_high_prio()
1667 return lnk->allocated_pkts < thold; in wl12xx_lnk_high_prio()
/linux-5.19.10/drivers/net/wireless/rsi/
Drsi_91x_mac80211.c1277 int thold = common->cqm_info.rssi_thold; in rsi_perform_cqm() local
1281 if (rssi < thold && (last_event == 0 || rssi < (last_event - hyst))) in rsi_perform_cqm()
1283 else if (rssi > thold && in rsi_perform_cqm()
/linux-5.19.10/drivers/net/wireless/
Drndis_wlan.c3155 int thold, hyst, last_event; in rndis_do_cqm() local
3163 thold = priv->cqm_rssi_thold; in rndis_do_cqm()
3166 if (rssi < thold && (last_event == 0 || rssi < last_event - hyst)) in rndis_do_cqm()
3168 else if (rssi > thold && (last_event == 0 || rssi > last_event + hyst)) in rndis_do_cqm()
/linux-5.19.10/drivers/net/wireless/ti/wlcore/
Dacx.h1090 bool enable, s16 thold, u8 hyst);
Dacx.c1213 bool enable, s16 thold, u8 hyst) in wl1271_acx_rssi_snr_trigger() argument
1239 acx->threshold = cpu_to_le16(thold); in wl1271_acx_rssi_snr_trigger()
/linux-5.19.10/net/mac80211/
Dmlme.c4046 int thold = bss_conf->cqm_rssi_thold; in ieee80211_handle_beacon_sig() local
4049 if (sig < thold && in ieee80211_handle_beacon_sig()
4056 } else if (sig > thold && in ieee80211_handle_beacon_sig()