Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb3/
H A 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()
/linux/drivers/input/misc/
H A 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()
/linux/drivers/i2c/busses/
H A 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()
/linux/include/uapi/linux/
H A Domap3isp.h484 __u8 thres; member
521 __u8 thres; member
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_entity.h28 u16 thres[CIM_NUM_IBQ]; member
H A 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()
H A 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()
H A Dcudbg_lib.c968 cim_qcfg_data->thres); in cudbg_collect_cim_qcfg()
/linux/drivers/media/platform/qcom/venus/
H A 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()
/linux/drivers/infiniband/hw/hfi1/
H A Dpio.c1825 u32 thres; in set_threshold() local
1827 thres = min(sc_percent_to_threshold(dd->kernel_send_context[scontext], in set_threshold()
1832 sc_set_cr_threshold(dd->kernel_send_context[scontext], thres); in set_threshold()
H A 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()
/linux/drivers/media/platform/ti/omap3isp/
H A 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()
/linux/mm/damon/
H A Dcore.c2308 static void damon_merge_regions_of(struct damon_target *t, unsigned int thres, in damon_merge_regions_of() argument
2314 if (abs(r->nr_accesses - r->last_nr_accesses) > thres) in damon_merge_regions_of()
2322 abs(prev->nr_accesses - r->nr_accesses) <= thres && in damon_merge_regions_of()
/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8703b.c668 u32 freq, u32 thres) in rtw8703b_check_spur_ov_thres() argument
677 if (rtw_read32(rtwdev, REG_PSDRPT) >= thres) in rtw8703b_check_spur_ov_thres()
H A Drtw8723d.c231 u8 channel, u32 thres) in rtw8723d_check_spur_ov_thres() argument
248 if (rtw_read32(rtwdev, REG_PSDRPT) >= thres) in rtw8723d_check_spur_ov_thres()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A 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()
/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h1576 u16 thres; /* carrier detetcion threshold for primary carrier (A) */ member
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A 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()
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h881 uint64_t thres:6; member
893 uint64_t thres:6;