Searched defs:thresh (Results 1 - 11 of 11) sorted by relevance

/drivers/isdn/i4l/
H A Disdn_audio.c507 int thresh; local
514 thresh = 0;
517 if (result[i] > thresh)
518 thresh = result[i];
526 if (thresh > 0) {
527 thresh = thresh >> 4; /* touchtones must match within 12 dB */
529 if (result[i] < thresh)
/drivers/input/mouse/
H A Dtrackpoint.h136 unsigned char thresh, upthresh; member in struct:trackpoint_data
/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c799 u32 thresh; local
808 thresh = MS(mci->config, ATH_MCI_CONFIG_AGGR_THRESH);
810 AR_BTCOEX_CTRL_AGGR_THRESH, thresh);
/drivers/regulator/
H A Dda903x.c227 int thresh; local
234 thresh = (info->max_uV + info->min_uV) / 2;
235 if (min_uV < thresh) {
236 val = DIV_ROUND_UP(thresh - min_uV, info->step_uV);
239 val = DIV_ROUND_UP(min_uV - thresh, info->step_uV);
/drivers/net/wireless/bcmdhd/
H A Dlinux_osl.c357 osl_ctfpool_replenish(osl_t *osh, uint thresh) argument
363 while ((osh->ctfpool->refills > 0) && (thresh--)) {
/drivers/crypto/
H A Dpicoxcell_crypto.c1299 unsigned long thresh; local
1301 if (strict_strtoul(buf, 0, &thresh))
1304 thresh = clamp(thresh, 1UL, engine->fifo_sz - 1);
1306 engine->stat_irq_thresh = thresh;
/drivers/misc/
H A Dapds990x.c899 unsigned long thresh; local
901 if (strict_strtoul(buf, 0, &thresh))
904 if (thresh > APDS_RANGE)
908 *target = thresh;
H A Dbh1770glc.c1051 unsigned long thresh; local
1053 if (strict_strtoul(buf, 0, &thresh))
1056 if (thresh > BH1770_LUX_RANGE)
1060 *target = thresh;
/drivers/net/ethernet/marvell/
H A Dsky2.c1536 unsigned i, thresh; local
1571 thresh = sky2_get_rx_threshold(sky2);
1572 if (thresh > 0x1ff)
1575 sky2_write16(hw, SK_REG(sky2->port, RX_GMF_TR_THR), thresh);
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c3525 wlc_lcnphy_samp_cap(struct brcms_phy *pi, int clip_detect_algo, u16 thresh, argument
3591 if (imag > thresh || imag < -thresh) {
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c2915 u32 thresh = (ETH_MAX_JUMBO_PACKET_SIZE + local
2919 REG_WR(bp, PBF_REG_P0_ARB_THRSH + port*4, thresh);
2923 init_crd = thresh + 553 - 22;

Completed in 718 milliseconds