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

/linux-master/drivers/mtd/nand/raw/
H A Dfsmc_nand.c109 u8 thold; member in struct:fsmc_nand_timings
266 u32 tclr, tar, thiz, thold, twait, tset; local
271 thold = (tims->thold & FSMC_THOLD_MASK) << FSMC_THOLD_SHIFT;
279 writel_relaxed(thiz | thold | twait | tset, host->regs_va + COMM);
280 writel_relaxed(thiz | thold | twait | tset, host->regs_va + ATTRIB);
289 u32 thiz, thold, twait, tset, twait_min; local
304 thold = sdrt->tDH_min;
305 if (thold < sdrt->tCH_min)
306 thold
[all...]
H A Dintel-nand-controller.c204 u32 trecov, thold, twrwait, trdwait; local
218 thold = DIV_ROUND_UP(max(timings->tDH_min, timings->tDS_min), period);
219 reg |= EBU_BUSCON_HOLDC(thold);
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dmain.c1648 u8 thold; local
1665 thold = status_priv->tx_fast_link_prio_threshold;
1667 thold = status_priv->tx_slow_link_prio_threshold;
1669 return lnk->allocated_pkts < thold;
1675 u8 thold; local
1686 thold = status_priv->tx_suspend_threshold;
1689 thold = status_priv->tx_fast_stop_threshold;
1691 thold = status_priv->tx_slow_stop_threshold;
1693 return lnk->allocated_pkts < thold;
/linux-master/drivers/net/wireless/ti/wl12xx/
H A Dmain.c1660 u8 thold; local
1663 thold = wl->conf.tx.fast_link_thold;
1665 thold = wl->conf.tx.slow_link_thold;
1667 return lnk->allocated_pkts < thold;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c563 int thold = vif->bss_conf.cqm_rssi_thold; local
600 if (thold && sig < thold && (last_event == 0 ||
610 } else if (sig > thold &&
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c1276 int thold = common->cqm_info.rssi_thold; local
1280 if (rssi < thold && (last_event == 0 || rssi < (last_event - hyst)))
1282 else if (rssi > thold &&
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dacx.c1213 bool enable, s16 thold, u8 hyst)
1239 acx->threshold = cpu_to_le16(thold);
1212 wl1271_acx_rssi_snr_trigger(struct wl1271 *wl, struct wl12xx_vif *wlvif, bool enable, s16 thold, u8 hyst) argument
H A Dacx.h1090 bool enable, s16 thold, u8 hyst);
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dfw.c3530 s32 thold = RTW89_DEFAULT_CQM_THOLD; local
3555 thold = bss_conf->cqm_rssi_thold;
3564 le32_encode_bits(thold + MAX_RSSI,
/linux-master/net/mac80211/
H A Dmlme.c5663 int thold = bss_conf->cqm_rssi_thold; local
5666 if (sig < thold &&
5673 } else if (sig > thold &&

Completed in 248 milliseconds