Home
last modified time | relevance | path

Searched defs:rs (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/post/lib_powerpc/
H A Dcpu_asm.h118 #define ASM_11(opcode, rd, rs) ((opcode) + \ argument
124 #define ASM_11X(opcode, rd, rs) ((opcode) + \ argument
127 #define ASM_11I(opcode, rd, rs, simm) ((opcode) + \ argument
131 #define ASM_11IF(opcode, rd, rs, simm) ((opcode) + \ argument
135 #define ASM_11S(opcode, rd, rs, sh) ((opcode) + \ argument
139 #define ASM_11IX(opcode, rd, rs, imm) ((opcode) + \ argument
159 #define ASM_1IC(opcode, cr, rs, imm) ((opcode) + \ argument
170 #define ASM_113(opcode, rd, rs, imm1, imm2, imm3) \ argument
183 #define ASM_ADDI(rd, rs, simm) ASM_11I(OP_ADDI, rd, rs, simm) argument
185 #define ASM_STW(rd, rs, simm) ASM_11I(OP_STW, rd, rs, simm) argument
[all …]
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dasm.h183 #define MOVN(rd, rs, rt) \ argument
190 #define MOVZ(rd, rs, rt) \ argument
199 #define MOVN(rd, rs, rt) \ argument
206 #define MOVZ(rd, rs, rt) \ argument
216 #define MOVN(rd, rs, rt) \ argument
218 #define MOVZ(rd, rs, rt) \ argument
/rk3399_rockchip-uboot/drivers/video/
H A Ds6e63d6.c18 static int send_word(struct s6e63d6 *data, u8 rs, u16 word) in send_word()
/rk3399_rockchip-uboot/arch/sh/include/asm/
H A Dptrace.h79 unsigned long rs; member
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dspi_flash.c34 static int read_sr(struct spi_flash *flash, u8 *rs) in read_sr()
/rk3399_rockchip-uboot/drivers/misc/
H A Dcros_ec.c158 struct ec_host_response *rs = (struct ec_host_response *)dev->din; in handle_proto3_response() local