Searched refs:s16 (Results 26 - 50 of 696) sorted by relevance

1234567891011>>

/linux-master/arch/arm/mach-omap2/
H A Dcm.h54 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,
H A Dprm2xxx_3xxx.h53 static inline u32 omap2_prm_read_mod_reg(s16 module, u16 idx)
58 static inline void omap2_prm_write_mod_reg(u32 val, s16 module, u16 idx)
64 static inline u32 omap2_prm_rmw_mod_reg_bits(u32 mask, u32 bits, s16 module,
65 s16 idx)
78 static inline u32 omap2_prm_read_mod_bits_shift(s16 domain, s16 idx, u32 mask)
89 static inline u32 omap2_prm_set_mod_reg_bits(u32 bits, s16 module, s16 idx)
94 static inline u32 omap2_prm_clear_mod_reg_bits(u32 bits, s16 module, s16 id
[all...]
H A Dprcm_mpu44xx.c28 u32 omap4_prcm_mpu_read_inst_reg(s16 inst, u16 reg)
33 void omap4_prcm_mpu_write_inst_reg(u32 val, s16 inst, u16 reg)
H A Dprminst44xx.c58 u32 omap4_prminst_read_inst_reg(u8 part, s16 inst, u16 idx)
67 void omap4_prminst_write_inst_reg(u32 val, u8 part, s16 inst, u16 idx)
76 u32 omap4_prminst_rmw_inst_reg_bits(u32 mask, u32 bits, u8 part, s16 inst,
99 int omap4_prminst_is_hardreset_asserted(u8 shift, u8 part, s16 inst,
123 int omap4_prminst_assert_hardreset(u8 shift, u8 part, s16 inst,
152 int omap4_prminst_deassert_hardreset(u8 shift, u8 st_shift, u8 part, s16 inst,
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-tables.h34 s16 x[IMGU_XNR3_VMEM_LUT_LEN];
35 s16 a[IMGU_XNR3_VMEM_LUT_LEN];
36 s16 b[IMGU_XNR3_VMEM_LUT_LEN];
37 s16 c[IMGU_XNR3_VMEM_LUT_LEN];
44 extern const s16 imgu_css_gdc_lut[IMGU_GDC_LUT_UNIT][IMGU_GDC_LUT_LEN];
/linux-master/drivers/iio/pressure/
H A Dbmp280.h313 s16 AC1;
314 s16 AC2;
315 s16 AC3;
319 s16 B1;
320 s16 B2;
321 s16 MB;
322 s16 MC;
323 s16 MD;
329 s16 T2;
330 s16 T
[all...]
/linux-master/include/linux/dma/
H A Dk3-psil.h76 s16 mapped_channel_id;
80 s16 default_flow_id;
/linux-master/arch/x86/include/asm/
H A Dorc_types.h60 s16 sp_offset;
61 s16 bp_offset;
/linux-master/tools/arch/x86/include/asm/
H A Dorc_types.h60 s16 sp_offset;
61 s16 bp_offset;
/linux-master/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...]
/linux-master/arch/s390/kernel/
H A Dftrace.h10 s16: 16; member in struct:ftrace_hotpatch_trampoline
/linux-master/drivers/hwmon/
H A Dlm75.h40 return ((s16)reg / 128) * 500;
/linux-master/include/linux/
H A Dobjtool_types.h15 s16 sp_offset;
H A Dlis3lv02d.h123 s16 st_min_limits[3]; /* min pass limit x, y, z */
124 s16 st_max_limits[3]; /* max pass limit x, y, z */
H A Dlimits.h19 #define S16_MAX ((s16)(U16_MAX >> 1))
20 #define S16_MIN ((s16)(-S16_MAX - 1))
/linux-master/tools/include/linux/
H A Dobjtool_types.h15 s16 sp_offset;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.h39 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;
/linux-master/drivers/usb/gadget/function/
H A Du_audio.h36 s16 volume_min; /* min volume in 1/256 dB */
37 s16 volume_max; /* max volume in 1/256 dB */
38 s16 volume_res; /* volume resolution in 1/256 dB */
128 int u_audio_get_volume(struct g_audio *g_audio, int playback, s16 *val);
129 int u_audio_set_volume(struct g_audio *g_audio, int playback, s16 val);
/linux-master/include/linux/iio/common/
H A Dcros_ec_sensors_core.h74 s16 offset;
81 unsigned long scan_mask, s16 *data);
88 s16 *data);
91 s16 *data);
104 s16 *data,
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_g.h159 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);
/linux-master/drivers/media/dvb-frontends/
H A Ddrxd.h35 s16(*osc_deviation) (void *priv, s16 dev, int flag);
/linux-master/tools/lib/bpf/
H A Dstr_error.c8 #pragma GCC poison u8 u16 u32 u64 s8 s16 s32 s64
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-meta-out.h12 s16 hue;
/linux-master/drivers/iio/temperature/
H A Dmlx90635.c289 static int mlx90635_read_ee_ambient(struct regmap *regmap, s16 *PG, s16 *PO, s16 *Gb)
297 *PO = (s16)read_tmp;
302 *PG = (s16)read_tmp;
312 static int mlx90635_read_ee_object(struct regmap *regmap, u32 *Ea, u32 *Eb, u32 *Fa, s16 *Fb,
313 s16 *Ga, s16 *Gb, s16 *Ha, s16 *H
[all...]
/linux-master/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.h83 s16 coeffs[8 * 8];
84 s16 de_coeffs[8 * 8];
85 s16 de_fwht[8 * 8];

Completed in 240 milliseconds

1234567891011>>