Home
last modified time | relevance | path

Searched refs:bo (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dbedbug.c658 unsigned long bo; in handle_bc() local
673 if (get_operand_value(ctx->op, ctx->instr, O_BO, &bo) == false) in handle_bc()
679 if ((bo == 12) && (bi == 0)) { in handle_bc()
685 } else if ((bo == 4) && (bi == 10)) { in handle_bc()
691 } else if ((bo == 16) && (bi == 0)) { in handle_bc()
1067 unsigned long bo = 0; /* BO operand */ in find_next_address() local
1100 !get_operand_value (op, instr, O_BO, &bo) || in find_next_address()
1131 if (!get_operand_value (op, instr, O_BO, &bo) || in find_next_address()
1144 if (!get_operand_value (op, instr, O_BO, &bo) || in find_next_address()
1162 switch ((bo & 0x1e) >> 1) { in find_next_address()
/rk3399_rockchip-uboot/post/lib_powerpc/
H A Db.c33 static int cpu_post_test_bc (ulong cmd, ulong bo, ulong bi, in cpu_post_test_bc() argument
48 ASM_3O(cmd, bo, bi, 8), in cpu_post_test_bc()
H A Dcpu_asm.h178 #define ASM_3O(opcode, bo, bi, off) ((opcode) + \ argument
179 ((bo) << 21) + \