Searched refs:ins (Results 1 – 10 of 10) sorted by relevance
| /rk3399_rockchip-uboot/board/gdsys/a38x/ |
| H A D | hre.c | 370 uint32_t ins; in hre_execute_op() local 385 ins = get_unaligned_be32(*ip); in hre_execute_op() 388 src_spec = (ins >> 18) & 0x3f; in hre_execute_op() 389 dst_spec = (ins >> 12) & 0x3f; in hre_execute_op() 390 data_size = (ins & 0x7ff); in hre_execute_op() 392 debug("HRE: ins=%08x (op=%02x, s=%02x, d=%02x, L=%d)\n", ins, in hre_execute_op()
|
| /rk3399_rockchip-uboot/board/gdsys/p1022/ |
| H A D | controlcenterd-id.c | 600 uint32_t ins; in hre_execute_op() local 615 ins = get_unaligned_be32(*ip); in hre_execute_op() 618 src_spec = (ins >> 18) & 0x3f; in hre_execute_op() 619 dst_spec = (ins >> 12) & 0x3f; in hre_execute_op() 620 data_size = (ins & 0x7ff); in hre_execute_op() 622 debug("HRE: ins=%08x (op=%02x, s=%02x, d=%02x, L=%d)\n", ins, in hre_execute_op()
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | mipsregs.h | 1736 #define _umips_dsp_mfxxx(ins) \ argument 1748 : "i" (ins)); \ 1752 #define _umips_dsp_mtxxx(val, ins) \ argument 1762 : "r" (val), "i" (ins)); \ 1821 #define _dsp_mfxxx(ins) \ argument 1832 : "i" (ins)); \ 1836 #define _dsp_mtxxx(val, ins) \ argument 1845 : "r" (val), "i" (ins)); \
|
| H A D | io.h | 430 static inline void ins##bwlq(unsigned long port, void *addr, \
|
| /rk3399_rockchip-uboot/arch/mips/lib/ |
| H A D | cache_init.S | 329 ins t0, t1, 0, 3 398 ins t0, t1, 0, 3
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/ |
| H A D | prim_ops.h | 129 void ins (int size);
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | io.h | 168 static inline void ins##s(unsigned short port, void * addr, unsigned long count) \
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | stb_truetype.h | 1262 stbtt_int32 ins, i,j=0,m,n, next_move, was_off=0, off, start_off=0; in stbtt_GetGlyphShape() local 1266 ins = ttUSHORT(data + g + 10 + numberOfContours * 2); in stbtt_GetGlyphShape() 1267 points = data + g + 10 + numberOfContours * 2 + 2 + ins; in stbtt_GetGlyphShape()
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/ |
| H A D | ops.c | 1182 ins(1); in x86emuOp_ins_byte() 1197 ins(4); in x86emuOp_ins_word() 1200 ins(2); in x86emuOp_ins_word()
|
| H A D | prim_ops.c | 2298 void ins(int size) in ins() function
|