Home
last modified time | relevance | path

Searched refs:s16 (Results 1 – 25 of 37) sorted by relevance

12

/u-boot/include/xen/interface/
A Dgrant_table.h252 s16 status; /* GNTST_* */
277 s16 status; /* GNTST_* */
297 s16 status; /* GNTST_* */
313 s16 status; /* GNTST_* */
333 s16 status;
375 s16 status;
394 s16 status; /* GNTST_* */
417 s16 status; /* GNTST_* */
455 s16 status; /* GNTST_* */
/u-boot/board/nokia/rx51/
A Dtag_omap.h94 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;
/u-boot/drivers/mtd/nand/raw/atmel/
A Dpmecc.c160 s16 *si;
161 s16 *lmu;
162 s16 *smu;
439 s16 *alpha_to = (s16 *)user->gf_tables->alpha_to; in atmel_pmecc_substitute()
440 s16 *index_of = (s16 *)user->gf_tables->index_of; in atmel_pmecc_substitute()
442 s16 *si; in atmel_pmecc_substitute()
466 s16 tmp; in atmel_pmecc_substitute()
486 s16 *index_of = (s16 *)user->gf_tables->index_of; in atmel_pmecc_get_sigma()
487 s16 *alpha_to = (s16 *)user->gf_tables->alpha_to; in atmel_pmecc_get_sigma()
586 s16 a, b, c; in atmel_pmecc_get_sigma()
[all …]
/u-boot/arch/mips/mach-octeon/include/mach/
A Dcvmx-hwfau.h74 s16 value : 15;
185 static inline s16 cvmx_hwfau_fetch_and_add16(cvmx_fau_reg16_t reg, s16 value) in cvmx_hwfau_fetch_and_add16()
263 s16 value) in cvmx_hwfau_tagwait_fetch_and_add16()
375 static inline void cvmx_hwfau_async_fetch_and_add16(u64 scraddr, cvmx_fau_reg16_t reg, s16 value) in cvmx_hwfau_async_fetch_and_add16()
452 s16 value) in cvmx_hwfau_async_tagwait_fetch_and_add16()
508 static inline void cvmx_hwfau_atomic_add16(cvmx_fau_reg16_t reg, s16 value) in cvmx_hwfau_atomic_add16()
558 static inline void cvmx_hwfau_atomic_write16(cvmx_fau_reg16_t reg, s16 value) in cvmx_hwfau_atomic_write16()
A Dcvmx-helper-cfg.h142 s16 ccppp_queue_base;
143 s16 ccppp_num_queues;
153 s16 ccppl_interface;
154 s16 ccppl_index;
155 s16 ccppl_eid;
A Dcvmx-regs.h266 static inline void cvmx_write64_int16(u64 addr, s16 val) in cvmx_write64_int16()
268 *(volatile s16 *)addr = val; in cvmx_write64_int16()
286 static inline s16 cvmx_read64_int16(u64 addr) in cvmx_read64_int16()
288 return *(volatile s16 *)addr; in cvmx_read64_int16()
A Dcvmx-pko3.h903 static s16 aura = -1; in __cvmx_pko3_aura_get()
1014 s16 last_aura; /**< AURA of the latest LINK_S/GATHER_S */
1023 s16 jb_aura; /**< AURA where the jump buffer belongs */
/u-boot/include/
A DMCD_dma.h46 #ifndef s16
47 typedef short s16; typedef
306 int MCD_startDma(int channel, s8 * srcAddr, s16 srcIncr, s8 * destAddr,
307 s16 destIncr, u32 dmaSize, u32 xferSize, u32 initiator,
/u-boot/drivers/bios_emulator/x86emu/
A Dops2.c154 target += (s16) M.x86.R_IP; in x86emuOp2_long_jump()
310 disp = (s16)*shiftreg >> 5; in x86emuOp2_bt_R()
321 disp = (s16)*shiftreg >> 4; in x86emuOp2_bt_R()
534 disp = (s16)*shiftreg >> 5; in x86emuOp2_bts_R()
547 disp = (s16)*shiftreg >> 4; in x86emuOp2_bts_R()
758 res = (s16)*destreg * (s16)srcval; in x86emuOp2_imul_R_RM()
793 res = (s16)*destreg * (s16)*srcreg; in x86emuOp2_imul_R_RM()
860 disp = (s16)*shiftreg >> 5; in x86emuOp2_btr_R()
872 disp = (s16)*shiftreg >> 4; in x86emuOp2_btr_R()
1224 disp = (s16)*shiftreg >> 5; in x86emuOp2_btc_R()
[all …]
A Dops.c985 s16 imm; in x86emuOp_imul_word_IMM()
993 res = (s16)srcval * (s16)imm; in x86emuOp_imul_word_IMM()
1029 s16 imm; in x86emuOp_imul_word_IMM()
1036 res = (s16)*srcreg * (s16)imm; in x86emuOp_imul_word_IMM()
1058 s16 imm; in x86emuOp_push_byte_IMM()
1116 res = (s16)srcval * (s16)imm; in x86emuOp_imul_byte_IMM()
1158 res = (s16)*srcreg * (s16)imm; in x86emuOp_imul_byte_IMM()
4024 s16 ip; in x86emuOp_loopne()
4045 s16 ip; in x86emuOp_loope()
4066 s16 ip; in x86emuOp_loop()
[all …]
/u-boot/arch/nios2/include/asm/
A Dtypes.h41 typedef signed short s16; typedef
/u-boot/include/asm-generic/
A Dint-ll64.h37 typedef __s16 s16; typedef
/u-boot/include/linux/
A Dkernel.h8 #define SHRT_MAX ((s16)(USHRT_MAX>>1))
9 #define SHRT_MIN ((s16)(-SHRT_MAX - 1))
30 #define S16_MAX ((s16)(U16_MAX>>1))
31 #define S16_MIN ((s16)(-S16_MAX - 1))
/u-boot/board/ti/ks2_evm/
A Dboard_k2e.c67 s16 divn_val[16] = {
A Dboard_k2l.c50 s16 divn_val[16] = {
A Dboard_k2hk.c62 s16 divn_val[16] = {
/u-boot/include/xen/interface/io/
A Dblkif.h669 s16 status; /* BLKIF_RSP_??? */
/u-boot/drivers/net/
A Dpcnet.c48 s16 buf_length;
49 s16 status;
56 s16 length;
57 s16 status;
/u-boot/drivers/video/nexell/soc/
A Ds5pxx18_soc_mlc.h385 s16 left, s16 right,
386 s16 top, s16 bottom);
/u-boot/arch/arm/mach-keystone/include/mach/
A Dclock.h120 extern s16 divn_val[];
/u-boot/lib/efi_selftest/
A Defi_selftest_textoutput.c26 s16 col; in execute()
/u-boot/drivers/dma/
A DMCD_dmaApi.c107 s16 remDestIncr[NCHANNELS]; /* DestIncr */
108 s16 remSrcIncr[NCHANNELS]; /* srcIncr */
359 int MCD_startDma(int channel, s8 * srcAddr, s16 srcIncr, s8 * destAddr, in MCD_startDma()
360 s16 destIncr, u32 dmaSize, u32 xferSize, u32 initiator, in MCD_startDma()
/u-boot/drivers/misc/
A Dusb251xb.c136 s16 manufacturer[USB251XB_STRING_BUFSIZE];
137 s16 product[USB251XB_STRING_BUFSIZE];
138 s16 serial[USB251XB_STRING_BUFSIZE];
/u-boot/include/firmware/imx/sci/
A Drpc.h57 s16 i16[(SC_RPC_MAX_MSG - 1U) * 2U];
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
A Dstm32prog.h139 s16 part_id; /* partition id in device */

Completed in 61 milliseconds

12