Searched refs:s32 (Results 51 - 75 of 324) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dtypes.h44 typedef signed int s32; typedef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dsticore.h78 s32 freq_ref; /* frequency refrence */
84 s32 text_planes; /* number of planes used for text */
92 s32 reent_lvl; /* storage for reentry level value */
131 s32 text_planes; /* number of planes to use for text */
137 s32 errno; /* error number on failure */
138 s32 text_planes; /* number of planes used for text */
163 s32 errno; /* error number on failure */
170 s32 bits_per_pixel; /* bits/pixel device has configured */
171 s32 bits_used; /* bits which can be accessed */
172 s32 plane
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A D53c7xx.h1206 s32 dsa_start;
1207 s32 dsa_end;
1208 s32 dsa_next;
1209 s32 dsa_prev;
1210 s32 dsa_cmnd;
1211 s32 dsa_select;
1212 s32 dsa_msgout;
1213 s32 dsa_cmdout;
1214 s32 dsa_dataout;
1215 s32 dsa_datai
[all...]
H A Ddpti.h285 static s32 adpt_i2o_post_this(adpt_hba* pHba, u32* data, int len);
286 static s32 adpt_i2o_quiesce_hba(adpt_hba* pHba);
287 static s32 adpt_i2o_status_get(adpt_hba* pHba);
288 static s32 adpt_i2o_init_outbound_q(adpt_hba* pHba);
289 static s32 adpt_i2o_hrt_get(adpt_hba* pHba);
290 static s32 adpt_scsi_to_i2o(adpt_hba* pHba, struct scsi_cmnd* cmd, struct adpt_device* dptdevice);
291 static s32 adpt_i2o_to_scsi(void __iomem *reply, struct scsi_cmnd* cmd);
292 static s32 adpt_scsi_register(adpt_hba* pHba,struct scsi_host_template * sht);
293 static s32 adpt_hba_reset(adpt_hba* pHba);
294 static s32 adpt_i2o_reset_hb
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_compat.c31 s32 midi_channels; /* channels per MIDI port */
32 s32 midi_voices; /* voices per MIDI port */
33 s32 synth_voices; /* voices per SYNTH port */
35 s32 read_use; /* R/O: subscribers for output (from this port) */
36 s32 write_use; /* R/O: subscribers for input (to this port) */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_smu_sensors.c67 static int smu_read_adc(u8 id, s32 *value)
89 static int smu_cputemp_get(struct wf_sensor *sr, s32 *value)
93 s32 val;
107 *value = (s32)(scaled << 1);
112 static int smu_cpuamp_get(struct wf_sensor *sr, s32 *value)
115 s32 val, scaled;
126 scaled = (s32)(val * (u32)cpuvcp->curr_scale);
127 scaled += (s32)cpuvcp->curr_offset;
133 static int smu_cpuvolt_get(struct wf_sensor *sr, s32 *value)
136 s32 va
[all...]
H A Dwindfarm_pid.c34 s32 wf_pid_run(struct wf_pid_state *st, s32 new_sample)
37 s32 target;
68 target = (s32)((integ * (s64)st->param.gr + deriv * (s64)st->param.gd +
89 s32 wf_cpu_pid_run(struct wf_cpu_pid_state *st, s32 new_power, s32 new_temp)
92 s32 error, target, sval, adj;
120 sval = st->param.tmax - (s32)(integ >> 20);
138 target = st->target + (s32)((deri
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dktime.h51 s32 sec, nsec;
53 s32 nsec, sec;
210 return (ktime_t) { .tv = { .sec = (s32)ts.tv_sec,
211 .nsec = (s32)ts.tv_nsec } };
222 return (ktime_t) { .tv = { .sec = (s32)tv.tv_sec,
223 .nsec = (s32)tv.tv_usec * 1000 } };
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/vfp/
H A Dvfpsingle.c199 s32 d = vfp_single_pack(vs);
259 static u32 vfp_single_fabs(int sd, int unused, s32 m, u32 fpscr)
265 static u32 vfp_single_fcpy(int sd, int unused, s32 m, u32 fpscr)
271 static u32 vfp_single_fneg(int sd, int unused, s32 m, u32 fpscr)
307 return (s32)a >> 1;
316 static u32 vfp_single_fsqrt(int sd, int unused, s32 m, u32 fpscr)
403 static u32 vfp_compare(int sd, int signal_on_qnan, s32 m, u32 fpscr)
405 s32 d;
462 static u32 vfp_single_fcmp(int sd, int unused, s32 m, u32 fpscr)
467 static u32 vfp_single_fcmpe(int sd, int unused, s32
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dprctl.h23 s32 t_resched;
H A Dtypes.h62 typedef __signed int s32; typedef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dprctl.h23 s32 t_resched;
H A Dtypes.h62 typedef __signed int s32; typedef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dtypes.h68 typedef signed int s32; typedef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dtypes.h58 typedef __s32 s32; typedef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dcnt32_to_63.h73 if (unlikely((s32)(__x.hi ^ __x.lo) < 0)) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/scripts/
H A DamuFormat.sh95 mpartition -c -t$cylinders -h$heads -s32 -b32 "$drive"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dendians.h166 #define sle32_to_cpu(x) (s32)__le32_to_cpu((s32)(x))
170 #define sle32_to_cpup(x) (s32)__le32_to_cpu(*(s32*)(x))
186 #define cpu_to_sle32(x) (s32)__cpu_to_le32((s32)(x))
190 #define cpu_to_sle32p(x) (s32)__cpu_to_le32(*(s32*)(x))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Dfixp-arith.h61 return ((s32)a)>>(16-FRAC_N);
84 return ((s32)(a*b))>>FRAC_N;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/kyro/
H A DSTG4000Interface.h22 s32 HSyncPolarity, s32 VSyncPolarity,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dgss_spkm3.h43 s32 make_spkm3_checksum(s32 cksumtype, struct xdr_netobj *key, char *header,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/video/
H A Dkyro.h23 s32 HSP; /* Hor Sync Polarity */
28 s32 VSP; /* Ver Sync Polarity */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dgss_krb5_unseal.c83 s32 now;
85 s32 seqnum;
H A Dgss_spkm3_unseal.c57 s32 checksum_type;
58 s32 code;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_txnmgr.h43 s32 lsn; /* recovery lsn */
57 s32 clsn; /* commit lsn */
59 s32 pn; /* commit record log page number */
60 s32 eor; /* commit record eor */
203 s32 pxdlock[8]; /* 32: */

Completed in 301 milliseconds

1234567891011>>