Home
last modified time | relevance | path

Searched refs:ins (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/board/gdsys/a38x/
H A Dhre.c370 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 Dcontrolcenterd-id.c600 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 Dmipsregs.h1736 #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 Dio.h430 static inline void ins##bwlq(unsigned long port, void *addr, \
/rk3399_rockchip-uboot/arch/mips/lib/
H A Dcache_init.S329 ins t0, t1, 0, 3
398 ins t0, t1, 0, 3
/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/
H A Dprim_ops.h129 void ins (int size);
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dio.h168 static inline void ins##s(unsigned short port, void * addr, unsigned long count) \
/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h1262 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 Dops.c1182 ins(1); in x86emuOp_ins_byte()
1197 ins(4); in x86emuOp_ins_word()
1200 ins(2); in x86emuOp_ins_word()
H A Dprim_ops.c2298 void ins(int size) in ins() function