Home
last modified time | relevance | path

Searched refs:s16 (Results 1 - 25 of 1281) sorted by relevance

12345678910>>...52

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_qmath.c26 s16 qm_muls16(s16 op1, s16 op2) in qm_muls16()
29 if (op1 == (s16) 0x8000 && op2 == (s16) 0x8000) in qm_muls16()
34 return (s16) (result >> 15); in qm_muls16()
59 s16 qm_add16(s16 op1, s16 op2) in qm_add16()
61 s16 resul in qm_add16()
[all...]
H A Dphy_qmath.h13 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_shl1
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_qmath.c26 s16 qm_muls16(s16 op1, s16 op2) in qm_muls16()
29 if (op1 == (s16) 0x8000 && op2 == (s16) 0x8000) in qm_muls16()
34 return (s16) (result >> 15); in qm_muls16()
59 s16 qm_add16(s16 op1, s16 op2) in qm_add16()
61 s16 resul in qm_add16()
[all...]
H A Dphy_qmath.h13 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_shl1
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/csc/csc_1.0/
H A Dia_css_csc_param.h23 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;
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/csc/csc_1.0/
H A Dia_css_csc_param.h23 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;
/kernel/linux/linux-5.10/drivers/iio/temperature/
H A Dmlx90632.c286 s16 *ambient_new_raw, s16 *ambient_old_raw) in mlx90632_read_ambient_raw()
294 *ambient_new_raw = (s16)read_tmp; in mlx90632_read_ambient_raw()
299 *ambient_old_raw = (s16)read_tmp; in mlx90632_read_ambient_raw()
306 s16 *object_new_raw, s16 *object_old_raw) in mlx90632_read_object_raw()
310 s16 read; in mlx90632_read_object_raw()
323 read = (s16)read_tmp; in mlx90632_read_object_raw()
328 *object_new_raw = (read + (s16)read_tmp) / 2; in mlx90632_read_object_raw()
333 read = (s16)read_tm in mlx90632_read_object_raw()
[all...]
/kernel/linux/linux-6.6/drivers/hid/amd-sfh-hid/hid_descriptor/
H A Damd_sfh_hid_desc.h41 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_mi
[all...]
/kernel/linux/linux-6.6/drivers/iio/pressure/
H A Dbmp280.h312 s16 AC1;
313 s16 AC2;
314 s16 AC3;
318 s16 B1;
319 s16 B2;
320 s16 MB;
321 s16 MC;
322 s16 MD;
328 s16 T2;
329 s16 T
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dprm2xxx_3xxx.h53 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 id
[all...]
H A Dcm2xxx_3xxx.h50 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 id
[all...]
H A Dprm.h136 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,
156 int omap_prm_is_hardreset_asserted(u8 shift, u8 part, s16 prm_mod, u16 offset);
157 extern bool prm_was_any_context_lost_old(u8 part, s16 ins
[all...]
H A Dprminst44xx.h20 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,
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dsticore.h77 s16 power; /* power calculation (in Watts) */
85 s16 onscreen_x; /* screen width in pixels */
86 s16 onscreen_y; /* screen height in pixels */
87 s16 offscreen_x; /* offset width in pixels */
88 s16 offscreen_y; /* offset height in pixels */
89 s16 total_x; /* frame buffer width in pixels */
90 s16 total_y; /* frame buffer height in pixels */
164 s16 onscreen_x; /* screen width in pixels */
165 s16 onscreen_y; /* screen height in pixels */
166 s16 offscreen_
[all...]
/kernel/linux/linux-6.6/include/video/
H A Dsticore.h78 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 */
91 s16 total_y; /* frame buffer height in pixels */
165 s16 onscreen_x; /* screen width in pixels */
166 s16 onscreen_y; /* screen height in pixels */
167 s16 offscreen_
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dcm2xxx_3xxx.h50 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 id
[all...]
H A Dprm.h138 bool (*was_any_context_lost_old)(u8 part, s16 inst, u16 idx);
139 void (*clear_context_loss_flags_old)(u8 part, s16 inst, u16 idx);
141 int (*assert_hardreset)(u8 shift, u8 part, s16 prm_mod, u16 offset);
142 int (*deassert_hardreset)(u8 shift, u8 st_shift, u8 part, s16 prm_mod,
144 int (*is_hardreset_asserted)(u8 shift, u8 part, s16 prm_mod,
147 int (*clear_mod_irqs)(s16 module, u8 regs, u32 wkst_mask);
155 int omap_prm_assert_hardreset(u8 shift, u8 part, s16 prm_mod, u16 offset);
156 int omap_prm_deassert_hardreset(u8 shift, u8 st_shift, u8 part, s16 prm_mod,
158 int omap_prm_is_hardreset_asserted(u8 shift, u8 part, s16 prm_mod, u16 offset);
160 extern bool prm_was_any_context_lost_old(u8 part, s16 ins
[all...]
H A Dprm2xxx_3xxx.h53 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 id
[all...]
H A Dprminst44xx.h20 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,
/kernel/linux/linux-6.6/drivers/iio/temperature/
H A Dmlx90632.c445 s16 *ambient_new_raw, s16 *ambient_old_raw) in mlx90632_read_ambient_raw()
453 *ambient_new_raw = (s16)read_tmp; in mlx90632_read_ambient_raw()
458 *ambient_old_raw = (s16)read_tmp; 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()
482 read = (s16)read_tmp; in mlx90632_read_object_raw()
487 *object_new_raw = (read + (s16)read_tmp) / 2; in mlx90632_read_object_raw()
492 read = (s16)read_tm in mlx90632_read_object_raw()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Du_uac2.h52 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;
H A Du_uac1.h42 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;
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c54 rlc(const s16 *in, __be16 *output, int blocktype) in rlc()
56 s16 block[8 * 8]; in rlc()
57 s16 *wp = block; in rlc()
111 * one s16 value for the header and 8 * 8 coefficients of type s16.
114 derlc(const __be16 **rlc_in, s16 *dwht_out, const __be16 *end_of_input) in derlc()
120 s16 block[8 * 8 + 16]; in derlc()
121 s16 *wp = block; in derlc()
137 s16 in; in derlc()
195 static void quantize_intra(s16 *coef
[all...]
/kernel/linux/linux-6.6/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c55 rlc(const s16 *in, __be16 *output, int blocktype) in rlc()
57 s16 block[8 * 8]; in rlc()
58 s16 *wp = block; in rlc()
112 * one s16 value for the header and 8 * 8 coefficients of type s16.
115 derlc(const __be16 **rlc_in, s16 *dwht_out, const __be16 *end_of_input) in derlc()
121 s16 block[8 * 8 + 16]; in derlc()
122 s16 *wp = block; in derlc()
138 s16 in; in derlc()
196 static void quantize_intra(s16 *coef
[all...]
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.h292 s16 peak_filter; /* -8 .. 15 */
333 s16 coef0; /* -256 .. 255 */
334 s16 coef1; /* -256 .. 255 */
335 s16 coef2; /* -256 .. 255 */
336 s16 coef3; /* -256 .. 255 */};
383 s16 video_agc_gain; /* -75 .. 1972 in 0.1 dB steps */
384 s16 audio_agc_gain; /* -4 .. 1020 in 0.1 dB steps */
464 s16 atv_top_equ0[DRXJ_COEF_IDX_MAX]; /*< shadow of ATV_TOP_EQU0__A */
465 s16 atv_top_equ1[DRXJ_COEF_IDX_MAX]; /*< shadow of ATV_TOP_EQU1__A */
466 s16 atv_top_equ
[all...]

Completed in 14 milliseconds

12345678910>>...52