Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dfsmc_nand.c112 uint8_t thold; member
266 uint32_t 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()
283 writel_relaxed(thiz | thold | twait | tset, host->regs_va + COMM); in fsmc_nand_setup()
284 writel_relaxed(thiz | thold | twait | tset, host->regs_va + ATTRIB); in fsmc_nand_setup()
293 uint32_t thiz, thold, twait, tset; in fsmc_calc_timings() local
308 thold = sdrt->tDH_min; in fsmc_calc_timings()
309 if (thold < sdrt->tCH_min) in fsmc_calc_timings()
310 thold = sdrt->tCH_min; in fsmc_calc_timings()
311 if (thold < sdrt->tCLH_min) in fsmc_calc_timings()
[all …]
/Linux-v4.19/drivers/net/wireless/ti/wl18xx/
Dmain.c1665 u8 thold; in wl18xx_lnk_high_prio() local
1682 thold = status_priv->tx_fast_link_prio_threshold; in wl18xx_lnk_high_prio()
1684 thold = status_priv->tx_slow_link_prio_threshold; in wl18xx_lnk_high_prio()
1686 return lnk->allocated_pkts < thold; in wl18xx_lnk_high_prio()
1692 u8 thold; in wl18xx_lnk_low_prio() local
1703 thold = status_priv->tx_suspend_threshold; in wl18xx_lnk_low_prio()
1706 thold = status_priv->tx_fast_stop_threshold; in wl18xx_lnk_low_prio()
1708 thold = status_priv->tx_slow_stop_threshold; in wl18xx_lnk_low_prio()
1710 return lnk->allocated_pkts < thold; in wl18xx_lnk_low_prio()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Drx.c601 int thold = vif->bss_conf.cqm_rssi_thold; in iwl_mvm_stat_iterator() local
671 if (thold && sig < thold && (last_event == 0 || in iwl_mvm_stat_iterator()
681 } else if (sig > thold && in iwl_mvm_stat_iterator()
/Linux-v4.19/drivers/net/wireless/ti/wl12xx/
Dmain.c1670 u8 thold; in wl12xx_lnk_high_prio() local
1673 thold = wl->conf.tx.fast_link_thold; in wl12xx_lnk_high_prio()
1675 thold = wl->conf.tx.slow_link_thold; in wl12xx_lnk_high_prio()
1677 return lnk->allocated_pkts < thold; in wl12xx_lnk_high_prio()
/Linux-v4.19/drivers/net/wireless/rsi/
Drsi_91x_mac80211.c1179 int thold = common->cqm_info.rssi_thold; in rsi_perform_cqm() local
1183 if (rssi < thold && (last_event == 0 || rssi < (last_event - hyst))) in rsi_perform_cqm()
1185 else if (rssi > thold && in rsi_perform_cqm()
/Linux-v4.19/drivers/net/wireless/
Drndis_wlan.c3180 int thold, hyst, last_event; in rndis_do_cqm() local
3188 thold = priv->cqm_rssi_thold; in rndis_do_cqm()
3191 if (rssi < thold && (last_event == 0 || rssi < last_event - hyst)) in rndis_do_cqm()
3193 else if (rssi > thold && (last_event == 0 || rssi > last_event + hyst)) in rndis_do_cqm()
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dacx.h1104 bool enable, s16 thold, u8 hyst);
Dacx.c1227 bool enable, s16 thold, u8 hyst) in wl1271_acx_rssi_snr_trigger() argument
1253 acx->threshold = cpu_to_le16(thold); in wl1271_acx_rssi_snr_trigger()
/Linux-v4.19/net/mac80211/
Dmlme.c3612 int thold = bss_conf->cqm_rssi_thold; in ieee80211_handle_beacon_sig() local
3615 if (sig < thold && in ieee80211_handle_beacon_sig()
3622 } else if (sig > thold && in ieee80211_handle_beacon_sig()