Home
last modified time | relevance | path

Searched +defs:val +defs:fs (Results 1 – 25 of 112) sorted by relevance

12345

/linux-6.14.4/include/math-emu/
Dop-1.h60 #define _FP_FRAC_OVERP_1(fs,X) (X##_f & _FP_OVERFLOW_##fs) argument
61 #define _FP_FRAC_CLEAR_OVERP_1(fs,X) (X##_f &= ~_FP_OVERFLOW_##fs) argument
75 #define _FP_UNPACK_RAW_1(fs, X, val) \ argument
84 #define _FP_UNPACK_RAW_1_P(fs, X, val) \ argument
98 #define _FP_PACK_RAW_1(fs, val, X) \ argument
109 #define _FP_PACK_RAW_1_P(fs, val, X) \ argument
189 #define _FP_DIV_MEAT_1_imm(fs, R, X, Y, doit) \ argument
204 #define _FP_DIV_MEAT_1_udiv_norm(fs, R, X, Y) \ argument
228 #define _FP_DIV_MEAT_1_udiv(fs, R, X, Y) \ argument
Dop-2.h111 #define _FP_FRAC_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs) argument
112 #define _FP_FRAC_CLEAR_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs) argument
180 #define _FP_UNPACK_RAW_2(fs, X, val) \ argument
190 #define _FP_UNPACK_RAW_2_P(fs, X, val) \ argument
206 #define _FP_PACK_RAW_2(fs, val, X) \ argument
218 #define _FP_PACK_RAW_2_P(fs, val, X) \ argument
423 #define _FP_DIV_MEAT_2_udiv(fs, R, X, Y) \ argument
491 #define _FP_DIV_MEAT_2_gmp(fs, R, X, Y) \ argument
Dop-4.h134 #define _FP_FRAC_OVERP_4(fs,X) (_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs) argument
135 #define _FP_FRAC_CLEAR_OVERP_4(fs,X) (_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs) argument
184 #define _FP_UNPACK_RAW_4(fs, X, val) \ argument
195 #define _FP_UNPACK_RAW_4_P(fs, X, val) \ argument
208 #define _FP_PACK_RAW_4(fs, val, X) \ argument
220 #define _FP_PACK_RAW_4_P(fs, val, X) \ argument
355 #define _FP_DIV_MEAT_4_udiv(fs, R, X, Y) \ argument
/linux-6.14.4/arch/mips/math-emu/
Dcp1emu.c1474 union ieee754sp fd, fr, fs, ft; in fpux_emu() local
1476 u32 val; in fpux_emu() local
1583 union ieee754dp fd, fr, fs, ft; in fpux_emu() local
1585 u64 val; in fpux_emu() local
1705 union ieee754sp fd, fs, ft; in fpu_emu() local
1810 union ieee754sp ft, fs, fd; in fpu_emu() local
1824 union ieee754sp ft, fs, fd; in fpu_emu() local
1838 union ieee754sp fs; in fpu_emu() local
1850 union ieee754sp fs; in fpu_emu() local
1863 union ieee754sp fs, ft; in fpu_emu() local
[all …]
/linux-6.14.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_flower.c128 static void cxgb4_action_natmode_tweak(struct ch_filter_specification *fs, in cxgb4_action_natmode_tweak()
164 struct ch_filter_specification *fs) in cxgb4_process_flow_match()
362 static void offload_pedit(struct ch_filter_specification *fs, u32 val, u32 mask, in offload_pedit()
380 static void process_pedit_field(struct ch_filter_specification *fs, u32 val, in process_pedit_field()
499 struct ch_filter_specification *fs) in cxgb4_process_flow_actions()
546 u32 mask, val, offset; in cxgb4_process_flow_actions() local
857 struct ch_filter_specification *fs, u32 *tid) in cxgb4_flow_rule_replace()
932 struct ch_filter_specification *fs; in cxgb4_tc_flower_replace() local
970 struct ch_filter_specification *fs, int tid) in cxgb4_flow_rule_destroy()
Dcxgb4_filter.c46 static inline bool is_field_set(u32 val, u32 mask) in is_field_set()
51 static inline bool unsupported(u32 conf, u32 conf_mask, u32 val, u32 mask) in unsupported()
57 unsigned int ftid, u16 word, u64 mask, u64 val, in set_tcb_field()
84 unsigned int val, int no_reply) in set_tcb_tflag()
122 unsigned int word, u64 mask, u64 val, in mk_set_tcb_ulp()
249 struct ch_filter_specification *fs) in validate_filter()
327 struct ch_filter_specification *fs) in get_filter_steerq()
1056 static void fill_default_mask(struct ch_filter_specification *fs) in fill_default_mask()
1152 struct ch_filter_specification *fs) in is_filter_exact_match()
1236 static u64 hash_filter_ntuple(struct ch_filter_specification *fs, in hash_filter_ntuple()
[all …]
Dcxgb4_tc_u32.c45 struct ch_filter_specification *fs, in fill_match_fields()
51 __be32 val, mask; in fill_match_fields() local
91 struct ch_filter_specification *fs, in fill_action_fields()
155 struct ch_filter_specification fs; in cxgb4_config_knode() local
231 __be32 val, mask; in cxgb4_config_knode() local
Dcxgb4_tc_u32_parse.h41 int (*val)(struct ch_filter_specification *f, __be32 val, __be32 mask); member
46 __be32 val, __be32 mask) in cxgb4_fill_ipv4_tos()
55 __be32 val, __be32 mask) in cxgb4_fill_ipv4_frag()
77 __be32 val, __be32 mask) in cxgb4_fill_ipv4_proto()
86 __be32 val, __be32 mask) in cxgb4_fill_ipv4_src_ip()
95 __be32 val, __be32 mask) in cxgb4_fill_ipv4_dst_ip()
114 __be32 val, __be32 mask) in cxgb4_fill_ipv6_tos()
123 __be32 val, __be32 mask) in cxgb4_fill_ipv6_proto()
132 __be32 val, __be32 mask) in cxgb4_fill_ipv6_src_ip0()
141 __be32 val, __be32 mask) in cxgb4_fill_ipv6_src_ip1()
[all …]
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs_ethtool.c82 struct ethtool_rx_flow_spec *fs, in get_flow_table()
139 static void mask_spec(u8 *mask, u8 *val, size_t size) in mask_spec()
233 parse_tcp4(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) in parse_tcp4()
246 parse_udp4(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) in parse_udp4()
259 parse_ip4(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) in parse_ip4()
274 parse_ip6(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) in parse_ip6()
289 parse_tcp6(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) in parse_tcp6()
302 parse_udp6(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) in parse_udp6()
315 parse_ether(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) in parse_ether()
347 struct ethtool_rx_flow_spec *fs) in set_flow_attrs()
[all …]
/linux-6.14.4/drivers/hwmon/
Dltc4282.c163 u32 val = LTC4282_CLKOUT_INT; in ltc4282_set_rate() local
219 u32 fs, long *val) in ltc4282_read_voltage_word()
237 u32 reg, u32 fs, long *val, in ltc4282_read_voltage_byte_cached()
256 u32 fs, long *val) in ltc4282_read_voltage_byte()
262 long *val) in __ltc4282_read_alarm()
281 long *val) in ltc4282_read_alarm()
288 long *val) in ltc4282_vdd_source_read_in()
298 u32 channel, long *cached, long *val) in ltc4282_vdd_source_read_hist()
317 u32 channel, u32 *cached, long *val) in ltc4282_vdd_source_read_lim()
328 u32 channel, long *val) in ltc4282_vdd_source_read_alm()
[all …]
/linux-6.14.4/sound/soc/mediatek/common/
Dmtk-afe-fe-dai.c23 unsigned int val, int shift) in mtk_regmap_update_bits()
30 static int mtk_regmap_write(struct regmap *map, int reg, unsigned int val) in mtk_regmap_write()
207 int fs; in mtk_afe_fe_trigger() local
491 int id, int fs) in mtk_memif_set_rate_fs()
506 int fs = 0; in mtk_memif_set_rate() local
531 int fs = 0; in mtk_memif_set_rate_substream() local
/linux-6.14.4/drivers/clk/st/
Dclkgen-fsyn.c322 static int clk_fs660c32_vco_get_rate(unsigned long input, struct stm_fs *fs, in clk_fs660c32_vco_get_rate()
350 unsigned long output, struct stm_fs *fs) in clk_fs660c32_vco_get_params()
533 static void quadfs_fsynth_program_enable(struct st_clk_quadfs_fsynth *fs) in quadfs_fsynth_program_enable()
543 static void quadfs_fsynth_program_rate(struct st_clk_quadfs_fsynth *fs) in quadfs_fsynth_program_rate()
570 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_fsynth_enable() local
595 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_fsynth_disable() local
611 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_fsynth_is_enabled() local
623 const struct stm_fs *fs, unsigned long *rate) in clk_fs660c32_dig_get_rate()
648 struct stm_fs *fs) in clk_fs660c32_get_pe()
652 uint64_t val; in clk_fs660c32_get_pe() local
[all …]
/linux-6.14.4/drivers/spi/
Dspi-sh-msiof.c326 u32 val; in sh_msiof_spi_get_dtdl_and_syncdl() local
414 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_8()
424 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16()
434 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16u()
444 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_32()
454 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_32u()
464 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_s32()
474 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_s32u()
484 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_8()
494 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_16()
[all …]
/linux-6.14.4/sound/soc/codecs/
Dwm8955.c44 int fs; member
197 int fs; member
245 int i, ret, val; in wm8955_configure_clocking() local
363 int val, i, best; in wm8955_set_deemph() local
751 int val; in wm8955_mute() local
Dnau8810.c171 u16 *val; in nau8810_eq_get() local
203 u16 *val, value; in nau8810_eq_put() local
530 unsigned int fs, struct nau8810_pll *pll_param) in nau8810_calc_pll()
576 int ret, fs; in nau8810_set_pll() local
Dnau8822.c187 u16 reg_val, *val; in nau8822_eq_get() local
219 u16 *val, value; in nau8822_eq_put() local
616 static int nau8822_calc_pll(unsigned int pll_in, unsigned int fs, in nau8822_calc_pll()
717 int ret, fs; in nau8822_set_pll() local
Dnau8540.c583 unsigned int val; in nau8540_dai_trigger() local
661 unsigned int fs, struct nau8540_fll *fll_param) in nau8540_calc_fll_param()
762 int ret, fs; in nau8540_set_pll() local
/linux-6.14.4/sound/soc/loongson/
Dloongson_i2s.c68 u32 fs = params_rate(params); in loongson_i2s_hw_params() local
71 u32 val = 0; in loongson_i2s_hw_params() local
127 u32 val; in loongson_i2s_enable_mclk() local
144 u32 val; in loongson_i2s_enable_bclk() local
/linux-6.14.4/drivers/net/dsa/
Dbcm_sf2_cfp.c24 struct ethtool_rx_flow_spec fs; member
349 struct ethtool_rx_flow_spec *fs) in bcm_sf2_cfp_ipv4_rule_set()
488 u32 reg, tmp, val, offset; in bcm_sf2_cfp_slice_ipv6() local
581 struct ethtool_rx_flow_spec *fs) in bcm_sf2_cfp_rule_cmp()
630 struct ethtool_rx_flow_spec *fs) in bcm_sf2_cfp_ipv6_rule_set()
847 struct ethtool_rx_flow_spec *fs) in bcm_sf2_cfp_rule_insert()
927 struct ethtool_rx_flow_spec *fs) in bcm_sf2_cfp_rule_set()
/linux-6.14.4/drivers/iio/common/st_sensors/
Dst_sensors_core.c116 unsigned int fs, int *index_fs_avl) in st_sensors_match_fs()
134 static int st_sensors_set_fullscale(struct iio_dev *indio_dev, unsigned int fs) in st_sensors_set_fullscale()
294 u32 val; in st_sensors_dev_probe() local
528 struct iio_chan_spec const *ch, int *val) in st_sensors_read_info_raw()
/linux-6.14.4/sound/soc/mediatek/mt8188/
Dmt8188-afe-pcm.c100 int fs = mt8188_afe_fs_timing(rate); in mt8188_memif_fs() local
137 int fs = mt8188_memif_fs(substream, rate); in mt8188_irq_fs() local
368 int fs; in mt8188_afe_fe_trigger() local
1609 long val = ucontrol->value.integer.value[0]; in mt8188_memif_1x_en_sel_put() local
1632 long val = ucontrol->value.integer.value[0]; in mt8188_asys_irq_1x_en_sel_put() local
2931 unsigned int val = 0; in mt8188_afe_irq_handler() local
3126 u32 val; in bus_protect_enable() local
3152 u32 val; in bus_protect_disable() local
/linux-6.14.4/sound/soc/mediatek/mt2701/
Dmt2701-afe-pcm.c85 int val = num - MT2701_IO_I2S; in mt2701_dai_num_to_i2s() local
177 int reg, fs, w_len = 1; /* now we support bck 64bits only */ in mt2701_i2s_path_enable() local
178 unsigned int mask, val; in mt2701_i2s_path_enable() local
307 u32 val, msk; in mt2701_btmrg_hw_params() local
496 int fs; in mt2701_memif_fs() local
/linux-6.14.4/sound/soc/atmel/
Datmel-i2s.c108 #define ATMEL_I2SC_MR_IMCKFS(fs) \ argument
158 int fs; member
294 static int atmel_i2s_get_gck_param(struct atmel_i2s_dev *dev, int fs) in atmel_i2s_get_gck_param()
311 int val = abs(fs - gck_param->fs); in atmel_i2s_get_gck_param() local
/linux-6.14.4/drivers/iio/dac/
Dltc2664.c136 int span, fs; in ltc2664_scale_get() local
150 int span, fs; in ltc2672_scale_get() local
244 struct iio_chan_spec const *chan, int *val, in ltc2664_read_raw()
269 struct iio_chan_spec const *chan, int val, in ltc2664_write_raw()
292 u32 val; in ltc2664_reg_bool_get() local
371 u32 val; in ltc2664_dac_input_read() local
390 u16 val; in ltc2664_dac_input_write() local
/linux-6.14.4/drivers/iio/adc/
Dad4130.c235 unsigned int fs; member
421 static int ad4130_reg_write(void *context, unsigned int reg, unsigned int val) in ad4130_reg_write()
450 static int ad4130_reg_read(void *context, unsigned int reg, unsigned int *val) in ad4130_reg_read()
549 static unsigned int ad4130_watermark_reg_val(unsigned int val) in ad4130_watermark_reg_val()
716 unsigned int val; in ad4130_write_slot_setup() local
876 int val, int val2, unsigned int *fs) in ad4130_freq_to_fs()
899 unsigned int fs, int *val, int *val2) in ad4130_fs_to_freq()
916 unsigned int val) in ad4130_set_filter_mode()
1003 int val, int val2) in ad4130_set_channel_pga()
1035 unsigned int channel, int val, int val2) in ad4130_set_channel_freq()
[all …]

12345