/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_police.c | 13 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/ |
D | xgmac.c | 349 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/ |
D | bma150.c | 226 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/ |
D | i2c-xlp9xx.c | 131 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/ |
D | palmas_gpadc.c | 998 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/ |
D | apds990x.c | 250 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/ |
D | icc-bwmon.c | 554 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/ |
D | cudbg_entity.h | 28 u16 thres[CIM_NUM_IBQ]; member
|
D | cxgb4_debugfs.c | 339 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()
|
D | cxgb4.h | 1929 void t4_read_cimq_cfg(struct adapter *adap, u16 *base, u16 *size, u16 *thres);
|
D | cxgb4_main.c | 1215 static int closest_thres(const struct sge *s, int thres) in closest_thres() argument 1220 delta = thres - s->counter_val[i]; in closest_thres()
|
D | t4_hw.c | 9743 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()
|
D | cudbg_lib.c | 968 cim_qcfg_data->thres); in cudbg_collect_cim_qcfg()
|
/drivers/media/platform/qcom/venus/ |
D | hfi_cmds.c | 910 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/ |
D | pio.c | 1835 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()
|
D | chip.c | 10126 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/ |
D | chtls_io.c | 1318 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/ |
D | isppreview.c | 206 (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/ |
D | spectrum_buffers.c | 353 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/ |
D | rkisp1-params.c | 934 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/ |
D | drx_driver.h | 1577 u16 thres; /* carrier detetcion threshold for primary carrier (A) */ member
|
/drivers/net/wireless/realtek/rtw88/ |
D | rtw8723d.c | 384 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/ |
D | cxgb4vf_main.c | 1035 static int closest_thres(const struct sge *s, int thres) in closest_thres() argument 1040 delta = thres - s->counter_val[i]; in closest_thres()
|