Home
last modified time | relevance | path

Searched defs:ctr (Results 1 – 25 of 25) sorted by relevance

/openbmc/u-boot/board/gdsys/common/
H A Dmclink.c30 unsigned int ctr = 0; in mclink_probe() local
62 unsigned int ctr = 0; in mclink_send() local
100 unsigned int ctr = 0; in mclink_receive() local
H A Dihs_mdio.c94 unsigned int ctr = 0; in ihs_mdio_idle() local
/openbmc/u-boot/post/lib_powerpc/
H A Db.c37 ulong ctr = pctr; in cpu_post_test_bc() local
133 ulong ctr; in cpu_post_test_b() local
/openbmc/qemu/include/qemu/
H A Drcu.h59 unsigned long ctr; member
81 unsigned ctr; in QEMU_DECLARE_CO_TLS() local
/openbmc/u-boot/board/gdsys/mpc8308/
H A Dmpc8308.c45 unsigned ctr; in board_early_init_r() local
H A Dstrider.c149 unsigned int ctr = 0; in last_stage_init() local
H A Dhrcon.c140 unsigned int ctr = 0; in last_stage_init() local
/openbmc/u-boot/board/logicpd/am3517evm/
H A Dam3517evm.c108 volatile unsigned int ctr; in misc_init_r() local
/openbmc/qemu/linux-user/ppc/
H A Dtarget_syscall.h35 abi_ulong ctr; member
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Duart.h37 unsigned int ctr; member
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dptrace.h31 PPC_REG ctr; member
H A Dimmap_83xx.h96 u32 ctr; /* counter value field register */ member
/openbmc/qemu/util/
H A Drcu.c57 static inline int rcu_gp_ongoing(unsigned long *ctr) in rcu_gp_ongoing()
H A Dcacheflush.c133 uint64_t ctr; in arch_cache_info() local
/openbmc/u-boot/drivers/misc/
H A Dihs_fpga.c715 int ctr = 0; in do_reflection_test() local
745 int ctr = 0; in wait_for_fpga_done() local
/openbmc/u-boot/common/
H A Dbedbug.c1058 unsigned long ctr; /* CTR register from PPC */ in find_next_address() local
/openbmc/u-boot/drivers/i2c/
H A Dihs_i2c.c92 uint ctr = 0; in wait_for_int() local
/openbmc/qemu/target/ppc/
H A Darch_dump.c38 reg_t ctr; member
H A Dcpu.h1226 target_ulong ctr; member
/openbmc/qemu/hw/net/
H A Dsmc91c111.c45 uint16_t ctr; member
/openbmc/qemu/include/hw/ppc/
H A Dspapr_nested.h454 uint64_t ctr; member
472 uint64_t ctr; member
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon.c911 for (unsigned int ctr = 0; ctr < count; ctr++) { in hv_balloon_handle_remove_ranges() local
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dkvm.h38 __u64 ctr; member
/openbmc/qemu/target/arm/
H A Dcpu.h1081 uint64_t ctr; member
/openbmc/qemu/target/riscv/
H A Dcsr.c110 static RISCVException ctr(CPURISCVState *env, int csrno) in ctr() function