Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/iio/adc/
Dpalmas_gpadc.c652 int thres; in palmas_adc_wakeup_configure() local
679 thres = adc->wakeup1_data.adc_high_threshold; in palmas_adc_wakeup_configure()
682 thres = adc->wakeup1_data.adc_low_threshold; in palmas_adc_wakeup_configure()
687 PALMAS_GPADC_THRES_CONV0_LSB, thres & 0xFF); in palmas_adc_wakeup_configure()
696 ((thres >> 8) & 0xF) | polarity); in palmas_adc_wakeup_configure()
710 thres = adc->wakeup2_data.adc_high_threshold; in palmas_adc_wakeup_configure()
713 thres = adc->wakeup2_data.adc_low_threshold; in palmas_adc_wakeup_configure()
718 PALMAS_GPADC_THRES_CONV1_LSB, thres & 0xFF); in palmas_adc_wakeup_configure()
727 ((thres >> 8) & 0xF) | polarity); in palmas_adc_wakeup_configure()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Domap3isp.h258 __u8 thres; member
276 __u8 thres; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Domap3isp.h277 __u8 thres; member
295 __u8 thres; member
/kernel/linux/linux-5.10/include/uapi/linux/
Domap3isp.h479 __u8 thres; member
516 __u8 thres; member
/kernel/linux/linux-5.10/include/soc/fsl/
Dqman.h580 int thres = be16_to_cpu(th->word); in qm_cgr_cs_thres_get64() local
582 return ((thres >> 5) & 0xff) << (thres & 0x1f); in qm_cgr_cs_thres_get64()
/kernel/linux/linux-5.10/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.h1933 void t4_read_cimq_cfg(struct adapter *adap, u16 *base, u16 *size, u16 *thres);
Dcxgb4_main.c1216 static int closest_thres(const struct sge *s, int thres) in closest_thres() argument
1221 delta = thres - s->counter_val[i]; in closest_thres()
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/uapi/
Drkisp1-config.h564 __u32 thres; member
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
Dhfi_cmds.c897 struct hfi_scs_threshold *thres = prop_data; in pkt_session_set_property_1x() local
900 thres->threshold_value = *in; in pkt_session_set_property_1x()
901 pkt->shdr.hdr.size += sizeof(u32) + sizeof(*thres); in pkt_session_set_property_1x()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dpio.c1878 u32 thres; in set_threshold() local
1880 thres = min(sc_percent_to_threshold(dd->kernel_send_context[scontext], in set_threshold()
1885 sc_set_cr_threshold(dd->kernel_send_context[scontext], thres); in set_threshold()
Dchip.c10165 u32 thres; in set_send_length() local
10184 thres = min(sc_percent_to_threshold(dd->vld[i].sc, 50), in set_send_length()
10191 thres); in set_send_length()
10193 thres = min(sc_percent_to_threshold(dd->vld[15].sc, 50), in set_send_length()
10197 sc_set_cr_threshold(dd->vld[15].sc, thres); in set_send_length()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_io.c1405 u32 thres; in chtls_cleanup_rbuf() local
1407 thres = 15 * 1024; in chtls_cleanup_rbuf()
1424 if (must_send || credits >= thres) in chtls_cleanup_rbuf()
/kernel/linux/linux-5.10/drivers/media/platform/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()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_buffers.c338 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
344 thres); in mlxsw_sp_hdroom_buf_pack()
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/drx39xyj/
Ddrx_driver.h1577 u16 thres; /* carrier detetcion threshold for primary carrier (A) */ member
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
Drtw8723d.c365 u8 channel, u32 thres) in rtw8723d_check_spur_ov_thres() argument
382 if (rtw_read32(rtwdev, REG_PSDRPT) >= thres) in rtw8723d_check_spur_ov_thres()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/
Drkisp1-params.c669 rkisp1_write(params->rkisp1, arg->thres, RKISP1_CIF_ISP_AFM_THRES); in rkisp1_afm_config()
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
Dcvmx-mio-defs.h881 uint64_t thres:6; member
893 uint64_t thres:6;

12