Searched refs:thold (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/mtd/nand/raw/ |
H A D | fsmc_nand.c | 109 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 …]
|
H A D | intel-nand-controller.c | 204 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()
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rx.c | 565 int thold = bss_conf->cqm_rssi_thold; in iwl_mvm_update_link_sig() local 603 if (thold && sig < thold && (last_event == 0 || in iwl_mvm_update_link_sig() 613 } else if (sig > thold && in iwl_mvm_update_link_sig()
|
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | fw.c | 795 s32 thold = RTW_DEFAULT_CQM_THOLD; in rtw_fw_beacon_filter_config() local 803 thold = bss_conf->cqm_rssi_thold; in rtw_fw_beacon_filter_config() 823 thold = clamp_t(s32, thold + rssi_offset, rssi_min, rssi_max); in rtw_fw_beacon_filter_config() 828 SET_BCN_FILTER_OFFLOAD_P1_THRESHOLD(h2c_pkt, thold); in rtw_fw_beacon_filter_config()
|
/linux/drivers/net/wireless/rsi/ |
H A D | rsi_91x_mac80211.c | 1277 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/drivers/net/wireless/ti/wlcore/ |
H A D | acx.c | 1213 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()
|
H A D | acx.h | 1090 bool enable, s16 thold, u8 hyst);
|
/linux/net/mac80211/ |
H A D | mlme.c | 6175 int thold = bss_conf->cqm_rssi_thold; in ieee80211_handle_beacon_sig() local 6178 if (sig < thold && in ieee80211_handle_beacon_sig() 6185 } else if (sig > thold && in ieee80211_handle_beacon_sig()
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | fw.c | 3914 s32 thold = RTW89_DEFAULT_CQM_THOLD; in rtw89_fw_h2c_set_bcn_fltr_cfg() local 3934 thold = bss_conf->cqm_rssi_thold; in rtw89_fw_h2c_set_bcn_fltr_cfg() 3954 le32_encode_bits(thold + MAX_RSSI, in rtw89_fw_h2c_set_bcn_fltr_cfg()
|