Home
last modified time | relevance | path

Searched refs:thres (Results 1 – 23 of 23) sorted by relevance

/drivers/net/ethernet/microchip/sparx5/
Dsparx5_police.c13 u32 idx, pup_tokens, max_pup_tokens, burst, thres; in sparx5_policer_service_conf_set() local
27 thres = DIV_ROUND_UP(burst, g->min_burst); in sparx5_policer_service_conf_set()
36 spx5_rmw(ANA_AC_SDLB_THRES_THRES_SET(thres), ANA_AC_SDLB_THRES_THRES, in sparx5_policer_service_conf_set()
/drivers/net/ethernet/chelsio/cxgb3/
Dxgmac.c349 unsigned int thres, v, reg; in t3_mac_set_mtu() local
407 thres = (adap->params.vpd.cclk * 1000) / 15625; in t3_mac_set_mtu()
408 thres = (thres * mtu) / 1000; in t3_mac_set_mtu()
410 thres /= 10; in t3_mac_set_mtu()
411 thres = mtu > thres ? (mtu - thres + 7) / 8 : 0; in t3_mac_set_mtu()
412 thres = max(thres, 8U); /* need at least 8 */ in t3_mac_set_mtu()
416 V_TXFIFOTHRESH(thres) | V_TXIPG(ipg)); in t3_mac_set_mtu()
/drivers/input/misc/
Dbma150.c226 u8 enable, u8 hyst, u8 dur, u8 thres) in bma150_set_low_g_interrupt() argument
240 error = bma150_write_byte(bma150->client, BMA150_LOW_G_THRES_REG, thres); in bma150_set_low_g_interrupt()
250 u8 enable, u8 hyst, u8 dur, u8 thres) in bma150_set_high_g_interrupt() argument
266 BMA150_HIGH_G_THRES_REG, thres); in bma150_set_high_g_interrupt()
277 u8 enable, u8 dur, u8 thres) in bma150_set_any_motion_interrupt() argument
289 BMA150_ANY_MOTION_THRES_REG, thres); in bma150_set_any_motion_interrupt()
/drivers/i2c/busses/
Di2c-xlp9xx.c131 u32 thres; in xlp9xx_i2c_update_rx_fifo_thres() local
137 thres = 1; in xlp9xx_i2c_update_rx_fifo_thres()
139 thres = XLP9XX_I2C_FIFO_SIZE; in xlp9xx_i2c_update_rx_fifo_thres()
141 thres = priv->msg_buf_remaining; in xlp9xx_i2c_update_rx_fifo_thres()
144 thres << XLP9XX_I2C_MFIFOCTRL_HITH_SHIFT); in xlp9xx_i2c_update_rx_fifo_thres()
/drivers/iio/adc/
Dpalmas_gpadc.c998 int thres; in palmas_adc_configure_events() local
1027 thres = palmas_gpadc_get_high_threshold_raw(adc, ev); in palmas_adc_configure_events()
1031 thres = palmas_gpadc_get_low_threshold_raw(adc, ev); in palmas_adc_configure_events()
1039 PALMAS_GPADC_THRES_CONV0_LSB, thres & 0xFF); in palmas_adc_configure_events()
1048 ((thres >> 8) & 0xF) | polarity); in palmas_adc_configure_events()
1064 thres = palmas_gpadc_get_high_threshold_raw(adc, ev); in palmas_adc_configure_events()
1068 thres = palmas_gpadc_get_low_threshold_raw(adc, ev); in palmas_adc_configure_events()
1076 PALMAS_GPADC_THRES_CONV1_LSB, thres & 0xFF); in palmas_adc_configure_events()
1085 ((thres >> 8) & 0xF) | polarity); in palmas_adc_configure_events()
/drivers/misc/
Dapds990x.c250 u32 thres; in apds990x_lux_to_threshold() local
280 thres = lux * cpl / 64; in apds990x_lux_to_threshold()
295 thres = (chip->rcf.cf1 * thres + chip->rcf.irf1 * ir) / in apds990x_lux_to_threshold()
298 thres = (chip->rcf.cf2 * thres + chip->rcf.irf2 * ir) / in apds990x_lux_to_threshold()
301 if (thres >= chip->a_max_result) in apds990x_lux_to_threshold()
302 thres = chip->a_max_result - 1; in apds990x_lux_to_threshold()
303 return thres; in apds990x_lux_to_threshold()
/drivers/soc/qcom/
Dicc-bwmon.c554 unsigned int thres; in bwmon_set_threshold() local
556 thres = mult_frac(bwmon_kbps_to_count(bwmon, kbps), in bwmon_set_threshold()
558 regmap_field_write(reg, thres); in bwmon_set_threshold()
/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_entity.h28 u16 thres[CIM_NUM_IBQ]; member
Dcxgb4_debugfs.c339 u16 thres[CIM_NUM_IBQ]; in cim_qcfg_show() local
363 t4_read_cimq_cfg(adap, base, size, thres); in cim_qcfg_show()
369 qname[i], base[i], size[i], thres[i], in cim_qcfg_show()
Dcxgb4.h1929 void t4_read_cimq_cfg(struct adapter *adap, u16 *base, u16 *size, u16 *thres);
Dcxgb4_main.c1215 static int closest_thres(const struct sge *s, int thres) in closest_thres() argument
1220 delta = thres - s->counter_val[i]; in closest_thres()
Dt4_hw.c9743 void t4_read_cimq_cfg(struct adapter *adap, u16 *base, u16 *size, u16 *thres) in t4_read_cimq_cfg() argument
9756 *thres++ = QUEFULLTHRSH_G(v) * 8; /* 8-byte unit */ in t4_read_cimq_cfg()
Dcudbg_lib.c968 cim_qcfg_data->thres); in cudbg_collect_cim_qcfg()
/drivers/media/platform/qcom/venus/
Dhfi_cmds.c910 struct hfi_scs_threshold *thres = prop_data; in pkt_session_set_property_1x() local
913 thres->threshold_value = *in; in pkt_session_set_property_1x()
914 pkt->shdr.hdr.size += sizeof(u32) + sizeof(*thres); in pkt_session_set_property_1x()
/drivers/infiniband/hw/hfi1/
Dpio.c1835 u32 thres; in set_threshold() local
1837 thres = min(sc_percent_to_threshold(dd->kernel_send_context[scontext], in set_threshold()
1842 sc_set_cr_threshold(dd->kernel_send_context[scontext], thres); in set_threshold()
Dchip.c10126 u32 thres; in set_send_length() local
10145 thres = min(sc_percent_to_threshold(dd->vld[i].sc, 50), in set_send_length()
10152 thres); in set_send_length()
10154 thres = min(sc_percent_to_threshold(dd->vld[15].sc, 50), in set_send_length()
10158 sc_set_cr_threshold(dd->vld[15].sc, thres); in set_send_length()
/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_io.c1318 u32 thres; in chtls_cleanup_rbuf() local
1320 thres = 15 * 1024; in chtls_cleanup_rbuf()
1337 if (must_send || credits >= thres) in chtls_cleanup_rbuf()
/drivers/media/platform/ti/omap3isp/
Disppreview.c206 (hmed->thres << ISPPRV_HMED_THRESHOLD_SHIFT), in preview_config_hmed()
276 cs->gain | (cs->thres << ISPPRV_CSUP_THRES_SHIFT) | in preview_config_chroma_suppression()
1321 params->csup.thres = FLR_CSUP_THRES; in preview_init_params()
/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_buffers.c353 static void mlxsw_sp_hdroom_buf_pack(char *pbmc_pl, int index, u16 size, u16 thres, bool lossy) in mlxsw_sp_hdroom_buf_pack() argument
359 thres); in mlxsw_sp_hdroom_buf_pack()
/drivers/media/platform/rockchip/rkisp1/
Drkisp1-params.c934 rkisp1_write(params->rkisp1, RKISP1_CIF_ISP_AFM_THRES, arg->thres); in rkisp1_afm_config_v10()
964 rkisp1_write(params->rkisp1, RKISP1_CIF_ISP_AFM_THRES, arg->thres); in rkisp1_afm_config_v12()
/drivers/media/dvb-frontends/drx39xyj/
Ddrx_driver.h1577 u16 thres; /* carrier detetcion threshold for primary carrier (A) */ member
/drivers/net/wireless/realtek/rtw88/
Drtw8723d.c384 u8 channel, u32 thres) in rtw8723d_check_spur_ov_thres() argument
401 if (rtw_read32(rtwdev, REG_PSDRPT) >= thres) in rtw8723d_check_spur_ov_thres()
/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c1035 static int closest_thres(const struct sge *s, int thres) in closest_thres() argument
1040 delta = thres - s->counter_val[i]; in closest_thres()