Home
last modified time | relevance | path

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

/drivers/mtd/nand/raw/
A Dfsmc_nand.c109 u8 thold; member
271 thold = (tims->thold & FSMC_THOLD_MASK) << FSMC_THOLD_SHIFT; in fsmc_nand_setup()
304 thold = sdrt->tDH_min; in fsmc_calc_timings()
306 thold = sdrt->tCH_min; in fsmc_calc_timings()
308 thold = sdrt->tCLH_min; in fsmc_calc_timings()
310 thold = sdrt->tWH_min; in fsmc_calc_timings()
312 thold = sdrt->tALH_min; in fsmc_calc_timings()
314 thold = sdrt->tREH_min; in fsmc_calc_timings()
315 tims->thold = DIV_ROUND_UP(thold / 1000, hclkn); in fsmc_calc_timings()
316 if (tims->thold == 0) in fsmc_calc_timings()
[all …]
A Dintel-nand-controller.c204 u32 trecov, thold, twrwait, trdwait; in ebu_nand_set_timings() local
218 thold = DIV_ROUND_UP(max(timings->tDH_min, timings->tDS_min), period); in ebu_nand_set_timings()
219 reg |= EBU_BUSCON_HOLDC(thold); in ebu_nand_set_timings()
/drivers/net/wireless/ti/wl18xx/
A Dmain.c1715 u8 thold; in wl18xx_lnk_high_prio() local
1732 thold = status_priv->tx_fast_link_prio_threshold; in wl18xx_lnk_high_prio()
1734 thold = status_priv->tx_slow_link_prio_threshold; in wl18xx_lnk_high_prio()
1736 return lnk->allocated_pkts < thold; in wl18xx_lnk_high_prio()
1742 u8 thold; in wl18xx_lnk_low_prio() local
1753 thold = status_priv->tx_suspend_threshold; in wl18xx_lnk_low_prio()
1756 thold = status_priv->tx_fast_stop_threshold; in wl18xx_lnk_low_prio()
1758 thold = status_priv->tx_slow_stop_threshold; in wl18xx_lnk_low_prio()
1760 return lnk->allocated_pkts < thold; in wl18xx_lnk_low_prio()
/drivers/net/wireless/intel/iwlwifi/mvm/
A Drx.c563 int thold = bss_conf->cqm_rssi_thold; in iwl_mvm_update_link_sig() local
601 if (thold && sig < thold && (last_event == 0 || in iwl_mvm_update_link_sig()
611 } else if (sig > thold && in iwl_mvm_update_link_sig()
/drivers/net/wireless/ti/wl12xx/
A 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()
/drivers/net/wireless/realtek/rtw88/
A Dfw.c809 s32 thold = RTW_DEFAULT_CQM_THOLD; in rtw_fw_beacon_filter_config() local
817 thold = bss_conf->cqm_rssi_thold; in rtw_fw_beacon_filter_config()
837 thold = clamp_t(s32, thold + rssi_offset, rssi_min, rssi_max); in rtw_fw_beacon_filter_config()
842 SET_BCN_FILTER_OFFLOAD_P1_THRESHOLD(h2c_pkt, thold); in rtw_fw_beacon_filter_config()
/drivers/net/wireless/rsi/
A Drsi_91x_mac80211.c1280 int thold = common->cqm_info.rssi_thold; in rsi_perform_cqm() local
1284 if (rssi < thold && (last_event == 0 || rssi < (last_event - hyst))) in rsi_perform_cqm()
1286 else if (rssi > thold && in rsi_perform_cqm()
/drivers/net/wireless/ti/wlcore/
A 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()
A Dacx.h1090 bool enable, s16 thold, u8 hyst);
/drivers/net/wireless/realtek/rtw89/
A Dfw.c4446 s32 thold = RTW89_DEFAULT_CQM_THOLD; in rtw89_fw_h2c_set_bcn_fltr_cfg() local
4467 thold = bss_conf->cqm_rssi_thold; in rtw89_fw_h2c_set_bcn_fltr_cfg()
4495 le32_encode_bits(thold + MAX_RSSI, in rtw89_fw_h2c_set_bcn_fltr_cfg()

Completed in 69 milliseconds