Searched refs:lk (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/include/bedbug/ |
| H A D | ppc.h | 74 #define I_OPCODE(i,aa,lk) (MAKE_OPCODE(i) | (((aa) & 0x1) << 1) | ((lk) & 0x1)) argument 85 #define B_OPCODE(i,aa,lk) (MAKE_OPCODE(i) | (((aa) & 0x1) << 1) | ((lk) & 0x1)) argument 187 #define XL_OPCODE(i,xo,lk) (MAKE_OPCODE(i) | (((xo) & 0x3ff) << 1) | \ argument 188 ((lk) & 0x1))
|
| /rk3399_rockchip-uboot/common/ |
| H A D | bedbug.c | 1066 unsigned long lk = 0; /* LK operand */ in find_next_address() local 1103 !get_operand_value (op, instr, O_LK, &lk)) in find_next_address() 1119 !get_operand_value (op, instr, O_LK, &lk)) in find_next_address() 1133 !get_operand_value (op, instr, O_LK, &lk)) in find_next_address() 1146 !get_operand_value (op, instr, O_LK, &lk)) in find_next_address() 1223 if (lk) in find_next_address()
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | fit-core.sh | 627 ${RK_SIGN_TOOL} lk --key ${LEGACY_RSA_PRI_KEY} --pubkey ${LEGACY_RSA_PUB_KEY} 630 ${RK_SIGN_TOOL} lk --key ${RSA_PRI_KEY} --pubkey ${RSA_PUB_KEY}
|
| H A D | fit-sign.sh | 274 ${TOOL_RK_SIGN} lk --key ${RSA_PRI_KEY} --pubkey ${RSA_PUB_KEY}
|