/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_qmath.c | 26 s16 qm_muls16(s16 op1, s16 op2) in qm_muls16() 29 if (op1 == (s16) 0x8000 && op2 == (s16) 0x8000) in qm_muls16() 59 s16 qm_add16(s16 op1, s16 op2) in qm_add16() 61 s16 result; in qm_add16() 78 s16 qm_sub16(s16 op1, s16 op2) in qm_sub16() 80 s16 result; in qm_sub16() 123 s16 qm_shl16(s16 op, int shift) in qm_shl16() 126 s16 result; in qm_shl16() 147 s16 qm_shr16(s16 op, int shift) in qm_shr16() 232 void qm_log10(s32 N, s16 qN, s16 *log10N, s16 *qLog10N) in qm_log10() [all …]
|
H A D | phy_qmath.h | 13 s16 qm_muls16(s16 op1, s16 op2); 17 s16 qm_add16(s16 op1, s16 op2); 19 s16 qm_sub16(s16 op1, s16 op2); 23 s16 qm_shl16(s16 op, int shift); 25 s16 qm_shr16(s16 op, int shift); 27 s16 qm_norm32(s32 op); 29 void qm_log10(s32 N, s16 qN, s16 *log10N, s16 *qLog10N);
|
H A D | phy_int.h | 360 s16 a0; 361 s16 b0; 362 s16 a1; 363 s16 b1; 393 s16 pwrdet_2g_a1; 394 s16 pwrdet_2g_b0; 395 s16 pwrdet_2g_b1; 400 s16 pwrdet_5gm_a1; 414 s16 a1; 415 s16 b0; [all …]
|
H A D | phy_lcn.h | 39 s16 lcnphy_pa0b0; 40 s16 lcnphy_pa0b1; 41 s16 lcnphy_pa0b2; 68 s16 lcnphy_ofdmgainidxtableoffset; 69 s16 lcnphy_dsssgainidxtableoffset; 90 s16 lcnphy_cck_dig_filt_type; 91 s16 lcnphy_ofdm_dig_filt_type;
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-avcodec-arm-sbcenc-avoid-callee-preserved-vfp-regist.patch | 45 - vmull.s16 q0, d4, d8 47 - vmull.s16 q1, d5, d9 54 - vmlal.s16 q0, d6, d10 56 - vmlal.s16 q1, d7, d11 63 - vmlal.s16 q0, d4, d8 65 - vmlal.s16 q1, d5, d9 81 - vmlal.s16 q0, d4, d8 82 - vmlal.s16 q1, d5, d9 97 - vmull.s16 q3, d2, d0 98 - vmull.s16 q4, d3, d0 [all …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/csc/csc_1.0/ |
H A D | ia_css_csc_param.h | 23 s16 m00; 24 s16 m01; 25 s16 m02; 26 s16 m10; 27 s16 m11; 28 s16 m12; 29 s16 m20; 30 s16 m21; 31 s16 m22;
|
/openbmc/linux/drivers/iio/pressure/ |
H A D | bmp280.h | 321 s16 B1; 322 s16 B2; 323 s16 MB; 324 s16 MC; 325 s16 MD; 331 s16 T2; 332 s16 T3; 334 s16 P2; 335 s16 P3; 336 s16 P4; [all …]
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | prm.h | 136 bool (*was_any_context_lost_old)(u8 part, s16 inst, u16 idx); 137 void (*clear_context_loss_flags_old)(u8 part, s16 inst, u16 idx); 139 int (*assert_hardreset)(u8 shift, u8 part, s16 prm_mod, u16 offset); 140 int (*deassert_hardreset)(u8 shift, u8 st_shift, u8 part, s16 prm_mod, 142 int (*is_hardreset_asserted)(u8 shift, u8 part, s16 prm_mod, 145 int (*clear_mod_irqs)(s16 module, u8 regs, u32 wkst_mask); 153 int omap_prm_assert_hardreset(u8 shift, u8 part, s16 prm_mod, u16 offset); 154 int omap_prm_deassert_hardreset(u8 shift, u8 st_shift, u8 part, s16 prm_mod, 157 extern bool prm_was_any_context_lost_old(u8 part, s16 inst, u16 idx); 158 extern void prm_clear_context_loss_flags_old(u8 part, s16 inst, u16 idx); [all …]
|
H A D | prm2xxx_3xxx.h | 53 static inline u32 omap2_prm_read_mod_reg(s16 module, u16 idx) in omap2_prm_read_mod_reg() 58 static inline void omap2_prm_write_mod_reg(u32 val, s16 module, u16 idx) in omap2_prm_write_mod_reg() 64 static inline u32 omap2_prm_rmw_mod_reg_bits(u32 mask, u32 bits, s16 module, in omap2_prm_rmw_mod_reg_bits() 65 s16 idx) in omap2_prm_rmw_mod_reg_bits() 78 static inline u32 omap2_prm_read_mod_bits_shift(s16 domain, s16 idx, u32 mask) in omap2_prm_read_mod_bits_shift() 89 static inline u32 omap2_prm_set_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_prm_set_mod_reg_bits() 94 static inline u32 omap2_prm_clear_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_prm_clear_mod_reg_bits() 100 int omap2_prm_is_hardreset_asserted(u8 shift, u8 part, s16 prm_mod, u16 offset); 101 int omap2_prm_assert_hardreset(u8 shift, u8 part, s16 prm_mod, 104 s16 prm_mod, u16 reset_offset,
|
H A D | cm2xxx_3xxx.h | 50 static inline u32 omap2_cm_read_mod_reg(s16 module, u16 idx) in omap2_cm_read_mod_reg() 55 static inline void omap2_cm_write_mod_reg(u32 val, s16 module, u16 idx) in omap2_cm_write_mod_reg() 61 static inline u32 omap2_cm_rmw_mod_reg_bits(u32 mask, u32 bits, s16 module, in omap2_cm_rmw_mod_reg_bits() 62 s16 idx) in omap2_cm_rmw_mod_reg_bits() 75 static inline u32 omap2_cm_read_mod_bits_shift(s16 domain, s16 idx, u32 mask) in omap2_cm_read_mod_bits_shift() 86 static inline u32 omap2_cm_set_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_cm_set_mod_reg_bits() 91 static inline u32 omap2_cm_clear_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_cm_clear_mod_reg_bits()
|
H A D | prminst44xx.h | 20 extern u32 omap4_prminst_read_inst_reg(u8 part, s16 inst, u16 idx); 21 extern void omap4_prminst_write_inst_reg(u32 val, u8 part, s16 inst, u16 idx); 23 s16 inst, u16 idx); 27 extern int omap4_prminst_is_hardreset_asserted(u8 shift, u8 part, s16 inst, 29 extern int omap4_prminst_assert_hardreset(u8 shift, u8 part, s16 inst, 32 s16 inst, u16 rstctrl_offs,
|
H A D | cm.h | 54 int (*split_idlest_reg)(struct clk_omap_reg *idlest_reg, s16 *prcm_inst, 56 int (*wait_module_ready)(u8 part, s16 prcm_mod, u16 idlest_reg, 58 int (*wait_module_idle)(u8 part, s16 prcm_mod, u16 idlest_reg, 65 extern int cm_split_idlest_reg(struct clk_omap_reg *idlest_reg, s16 *prcm_inst, 67 int omap_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_reg, 69 int omap_cm_wait_module_idle(u8 part, s16 prcm_mod, u16 idlest_reg,
|
/openbmc/linux/drivers/hid/amd-sfh-hid/hid_descriptor/ |
H A D | amd_sfh_hid_desc.h | 41 s16 accel_sensitivity_max; 42 s16 accel_sensitivity_min; 59 s16 gyro_sensitivity_max; 60 s16 gyro_sensitivity_min; 75 s16 heading_min; 76 s16 heading_max; 78 s16 flux_min; 79 s16 flux_max; 94 s16 als_sensitivity_max; 95 s16 als_sensitivity_min;
|
/openbmc/linux/include/video/ |
H A D | sticore.h | 78 s16 power; /* power calculation (in Watts) */ 86 s16 onscreen_x; /* screen width in pixels */ 87 s16 onscreen_y; /* screen height in pixels */ 88 s16 offscreen_x; /* offset width in pixels */ 89 s16 offscreen_y; /* offset height in pixels */ 90 s16 total_x; /* frame buffer width in pixels */ 165 s16 onscreen_x; /* screen width in pixels */ 166 s16 onscreen_y; /* screen height in pixels */ 167 s16 offscreen_x; /* offscreen width in pixels */ 299 s16 width; /* block width in pixels */ [all …]
|
/openbmc/linux/drivers/iio/temperature/ |
H A D | mlx90632.c | 445 s16 *ambient_new_raw, s16 *ambient_old_raw) in mlx90632_read_ambient_raw() 465 s16 *object_new_raw, s16 *object_old_raw) in mlx90632_read_object_raw() 470 s16 read; in mlx90632_read_object_raw() 504 s16 *object_new_raw, s16 *object_old_raw) in mlx90632_read_all_channel() 670 s16 ambient_old_raw, s16 Gb) in mlx90632_preprocess_temp_amb() 686 s16 ambient_old_raw, s16 Ka) in mlx90632_preprocess_temp_obj() 702 s16 ambient_old_raw, s16 Ka) in mlx90632_preprocess_temp_obj_extended() 736 s32 Ga, s16 Ha, s16 Hb, in mlx90632_calc_temp_object_iteration() 768 s32 Fa, s32 Fb, s32 Ga, s16 Ha, s16 Hb, in mlx90632_calc_temp_object() 791 s16 Ha, s16 Hb, u16 tmp_emi) in mlx90632_calc_temp_object_extended() [all …]
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | u_uac1.h | 42 s16 p_volume_min; 43 s16 p_volume_max; 44 s16 p_volume_res; 48 s16 c_volume_min; 49 s16 c_volume_max; 50 s16 c_volume_res;
|
H A D | u_uac2.h | 52 s16 p_volume_min; 53 s16 p_volume_max; 54 s16 p_volume_res; 58 s16 c_volume_min; 59 s16 c_volume_max; 60 s16 c_volume_res;
|
/openbmc/linux/lib/ |
H A D | overflow_kunit.c | 176 DEFINE_TEST_ARRAY(s16) = { 302 DEFINE_TEST_FUNC(s16, "%d"); 420 TEST_ONE_SHIFT(1, 15, s16, 0, true); in shift_overflow_test() 483 TEST_ONE_SHIFT(0, 16, s16, 0, true); in shift_truncate_test() 484 TEST_ONE_SHIFT(0, 17, s16, 0, true); in shift_truncate_test() 506 TEST_ONE_SHIFT(-5, 0, s16, 0, true); in shift_nonsense_test() 798 TEST_OVERFLOWS_TYPE(s16, u8, (s16)U8_MAX + 1, true); in overflows_type_test() 814 TEST_OVERFLOWS_TYPE(s16, s8, (s16)S8_MAX + 1, true); in overflows_type_test() 815 TEST_OVERFLOWS_TYPE(s16, s8, (s16)S8_MIN - 1, true); in overflows_type_test() 818 TEST_OVERFLOWS_TYPE(s16, s16, S16_MAX, false); in overflows_type_test() [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_g.h | 159 s16 max_lb_gain; /* Maximum Loopback gain in hdB */ 160 s16 trsw_rx_gain; /* TRSW RX gain in hdB */ 161 s16 lna_lod_gain; /* LNA lod */ 162 s16 lna_gain; /* LNA */ 163 s16 pga_gain; /* PGA */ 178 s16 nrssi[2]; 204 s16 pab0, s16 pab1, s16 pab2);
|
/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drxj.h | 293 s16 peak_filter; /* -8 .. 15 */ 334 s16 coef0; /* -256 .. 255 */ 335 s16 coef1; /* -256 .. 255 */ 336 s16 coef2; /* -256 .. 255 */ 337 s16 coef3; /* -256 .. 255 */}; 384 s16 video_agc_gain; /* -75 .. 1972 in 0.1 dB steps */ 385 s16 audio_agc_gain; /* -4 .. 1020 in 0.1 dB steps */ 465 s16 atv_top_equ0[DRXJ_COEF_IDX_MAX]; /*< shadow of ATV_TOP_EQU0__A */ 466 s16 atv_top_equ1[DRXJ_COEF_IDX_MAX]; /*< shadow of ATV_TOP_EQU1__A */ 467 s16 atv_top_equ2[DRXJ_COEF_IDX_MAX]; /*< shadow of ATV_TOP_EQU2__A */ [all …]
|
/openbmc/linux/drivers/media/test-drivers/vicodec/ |
H A D | codec-fwht.c | 57 s16 block[8 * 8]; in rlc() 58 s16 *wp = block; in rlc() 122 s16 *wp = block; in derlc() 138 s16 in; in derlc() 196 static void quantize_intra(s16 *coeff, s16 *de_coeff, u16 qp) in quantize_intra() 222 static void quantize_inter(s16 *coeff, s16 *de_coeff, u16 qp) in quantize_inter() 467 ifwht(const s16 *block, s16 *output_block, int intra) in ifwht() 605 static int var_inter(const s16 *old, const s16 *new) in var_inter() 619 s16 tmp[64]; in decide_blocktype() 620 s16 old[64]; in decide_blocktype() [all …]
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | numa.h | 22 extern s16 __cpuid_to_node[CONFIG_NR_CPUS]; 39 extern void __init early_numa_add_cpu(int cpuid, s16 node); 47 static inline void set_cpuid_to_node(int cpuid, s16 node) in set_cpuid_to_node() 56 static inline void early_numa_add_cpu(int cpuid, s16 node) { } in early_numa_add_cpu() 59 static inline void set_cpuid_to_node(int cpuid, s16 node) { } in set_cpuid_to_node()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | stb0899_priv.h | 164 s16 derot_freq; /* Current derotator frequency (Hz) */ 165 s16 derot_percent; 167 s16 direction; /* Current derotator search direction */ 168 s16 derot_step; /* Derotator step (binary value) */ 169 s16 t_derot; /* Derotator time constant (ms) */ 170 s16 t_data; /* Data recovery time constant (ms) */ 171 s16 sub_dir; /* Direction of the next sub range */ 173 s16 t_agc1; /* Agc1 time constant (ms) */ 174 s16 t_agc2; /* Agc2 time constant (ms) */ 185 s16 step_size; /* Carrier frequency search step size */
|
H A D | mxl692_defs.h | 428 s16 timing_offset; 445 s16 i_value[12]; 446 s16 q_value[12]; 451 s16 ffe_taps[MXL_EAGLE_QAM_FFE_TAPS_LENGTH]; 452 s16 spur_taps[MXL_EAGLE_QAM_SPUR_TAPS_LENGTH]; 453 s16 dfe_taps[MXL_EAGLE_QAM_DFE_TAPS_LENGTH]; 475 s16 timing_offset; 486 s16 snr_db_tenths; 487 s16 timing_offset; 503 s16 ffe_taps[MXL_EAGLE_ATSC_FFE_TAPS_LENGTH]; [all …]
|
/openbmc/u-boot/board/nokia/rx51/ |
H A D | tag_omap.h | 94 s16 nreset_gpio; 163 s16 power_gpio; 164 s16 irq_gpio; 165 s16 spi_cs_gpio; 169 s16 clk_gpio; 170 s16 dat_gpio; 171 s16 sel_gpio; 175 s16 retu_irq_gpio; 176 s16 tahvo_irq_gpio;
|