Home
last modified time | relevance | path

Searched refs:ctr (Results 1 – 14 of 14) sorted by relevance

/u-boot/post/lib_powerpc/
A Db.c30 extern void cpu_post_exec_31 (ulong *code, ulong *ctr, ulong *lr, ulong *jump,
38 ulong ctr = pctr; in cpu_post_test_bc() local
56 cpu_post_exec_31 (code, &ctr, &lr, &jump, cr); in cpu_post_test_bc()
63 ret = pctr == ctr + 1 ? 0 : -1; in cpu_post_test_bc()
65 ret = pctr == ctr ? 0 : -1; in cpu_post_test_bc()
134 ulong ctr; in cpu_post_test_b() local
147 for (ctr = 1; ctr <= 2 && ret == 0; ctr++) in cpu_post_test_b()
155 (cd == 0 && ctr != 1) || in cpu_post_test_b()
156 (cd == 1 && ctr == 1); in cpu_post_test_b()
161 ctr, cr); in cpu_post_test_b()
/u-boot/board/gdsys/common/
A Dmclink.c33 unsigned int ctr = 0; in mclink_probe() local
46 if (ctr++ > 500) { in mclink_probe()
55 printf("waited %d us for mclink %d to come up\n", ctr * 100, k); in mclink_probe()
65 unsigned int ctr = 0; in mclink_send() local
84 if (ctr++ > 3) in mclink_send()
103 unsigned int ctr = 0; in mclink_receive() local
116 if (ctr++ > 3) in mclink_receive()
A Dihs_mdio.c96 unsigned int ctr = 0; in ihs_mdio_idle() local
101 if (ctr++ > 10) in ihs_mdio_idle()
/u-boot/board/gdsys/mpc8308/
A Dmpc8308.c67 uint ctr; in board_early_init_r() local
82 ctr = 0; in board_early_init_r()
85 if (ctr++ > 5) { in board_early_init_r()
101 ctr = 0; in board_early_init_r()
112 if (ctr++ > 5) { in board_early_init_r()
A Dhrcon.c144 uint ctr = 0; in last_stage_init() local
152 if (ctr++ > 5) { in last_stage_init()
A Dstrider.c154 uint ctr = 0; in last_stage_init() local
170 if (ctr++ > 5) { in last_stage_init()
/u-boot/arch/powerpc/lib/
A Dkgdb.c176 *ptr++ = regs->ctr; in kgdb_getregs()
209 case 68: regs->ctr = *ptr; break; in kgdb_putreg()
210 case 69: regs->ctr = *ptr; break; in kgdb_putreg()
246 regs->ctr = *ptr++; in kgdb_putregs()
/u-boot/common/
A Dbedbug.c1059 unsigned long ctr; /* CTR register from PPC */ in find_next_address() local
1091 ctr = regs->ctr; in find_next_address()
1137 addr = ctr; in find_next_address()
1165 if (--ctr != 0) in find_next_address()
1172 if (--ctr == 0) in find_next_address()
1184 if (--ctr != 0) in find_next_address()
1191 if (--ctr == 0) in find_next_address()
1203 if (--ctr != 0) in find_next_address()
1208 if (--ctr == 0) in find_next_address()
/u-boot/arch/arm/include/asm/arch-rockchip/
A Duart.h37 unsigned int ctr; member
/u-boot/arch/powerpc/include/asm/
A Dptrace.h31 PPC_REG ctr; member
A Dimmap_83xx.h96 u32 ctr; /* counter value field register */ member
/u-boot/drivers/misc/
A Dihs_fpga.c718 int ctr = 0; in do_reflection_test() local
730 if (ctr++ > REFLECTION_TEST_ROUNDS) in do_reflection_test()
748 int ctr = 0; in wait_for_fpga_done() local
763 if (ctr++ > FPGA_DONE_WAIT_ROUND) { in wait_for_fpga_done()
/u-boot/doc/develop/
A Dcoccinelle.rst379 /home/user/linux/crypto/ctr.c:188:9-16: ERR_CAST can be used with alg
411 diff -u -p a/crypto/ctr.c b/crypto/ctr.c
412 --- a/crypto/ctr.c 2010-05-26 10:49:38.000000000 +0200
413 +++ b/crypto/ctr.c 2010-06-03 23:44:49.000000000 +0200
456 diff -u -p /home/user/linux/crypto/ctr.c /tmp/nothing
457 --- /home/user/linux/crypto/ctr.c 2010-05-26 10:49:38.000000000 +0200
503 …* TODO [[view:/home/user/linux/crypto/ctr.c::face=ovl-face1::linb=188::colb=9::cole=16][ERR_CAST c…
/u-boot/drivers/i2c/
A Dihs_i2c.c101 uint ctr = 0; in wait_for_int() local
115 if (ctr++ > 5000) { in wait_for_int()

Completed in 21 milliseconds