Searched refs:thold (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/include/linux/mtd/ |
D | fsmc.h | 128 uint8_t thold; member
|
/linux-3.4.99/drivers/mtd/nand/ |
D | fsmc_nand.c | 405 uint32_t tclr, tar, thiz, thold, twait, tset; in fsmc_nand_setup() local 411 .thold = FSMC_THOLD_4, in fsmc_nand_setup() 424 thold = (tims->thold & FSMC_THOLD_MASK) << FSMC_THOLD_SHIFT; in fsmc_nand_setup() 435 writel(thiz | thold | twait | tset, FSMC_NAND_REG(regs, bank, COMM)); in fsmc_nand_setup() 436 writel(thiz | thold | twait | tset, FSMC_NAND_REG(regs, bank, ATTRIB)); in fsmc_nand_setup()
|
/linux-3.4.99/drivers/net/wireless/wl12xx/ |
D | acx.c | 1241 bool enable, s16 thold, u8 hyst) in wl1271_acx_rssi_snr_trigger() argument 1267 acx->threshold = cpu_to_le16(thold); in wl1271_acx_rssi_snr_trigger()
|
D | acx.h | 1290 bool enable, s16 thold, u8 hyst);
|
/linux-3.4.99/drivers/net/wireless/ |
D | rndis_wlan.c | 3195 int thold, hyst, last_event; in rndis_do_cqm() local 3203 thold = priv->cqm_rssi_thold; in rndis_do_cqm() 3206 if (rssi < thold && (last_event == 0 || rssi < last_event - hyst)) in rndis_do_cqm() 3208 else if (rssi > thold && (last_event == 0 || rssi > last_event + hyst)) in rndis_do_cqm()
|
/linux-3.4.99/net/mac80211/ |
D | mlme.c | 2411 int thold = bss_conf->cqm_rssi_thold; in ieee80211_rx_mgmt_beacon() local 2413 if (sig < thold && in ieee80211_rx_mgmt_beacon() 2420 } else if (sig > thold && in ieee80211_rx_mgmt_beacon()
|