Searched refs:bo (Results 1 – 4 of 4) sorted by relevance
| /u-boot/common/ |
| A D | bedbug.c | 659 unsigned long bo; in handle_bc() local 674 if (get_operand_value(ctx->op, ctx->instr, O_BO, &bo) == false) in handle_bc() 680 if ((bo == 12) && (bi == 0)) { in handle_bc() 686 } else if ((bo == 4) && (bi == 10)) { in handle_bc() 692 } else if ((bo == 16) && (bi == 0)) { in handle_bc() 1068 unsigned long bo = 0; /* BO operand */ in find_next_address() local 1101 !get_operand_value (op, instr, O_BO, &bo) || in find_next_address() 1132 if (!get_operand_value (op, instr, O_BO, &bo) || in find_next_address() 1145 if (!get_operand_value (op, instr, O_BO, &bo) || in find_next_address() 1163 switch ((bo & 0x1e) >> 1) { in find_next_address()
|
| /u-boot/post/lib_powerpc/ |
| A D | b.c | 33 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()
|
| A D | cpu_asm.h | 177 #define ASM_3O(opcode, bo, bi, off) ((opcode) + \ argument 178 ((bo) << 21) + \
|
| /u-boot/tools/buildman/ |
| A D | README | 154 For building specific boards you can use the --boards (or --bo) option, which
|
Completed in 13 milliseconds