Home
last modified time | relevance | path

Searched refs:get_count (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/u-boot/drivers/cpu/
H A Dcpu-uclass.c61 if (!ops->get_count) in cpu_get_count()
64 return ops->get_count(dev); in cpu_get_count()
H A Dcpu_sandbox.c41 .get_count = cpu_sandbox_get_count,
H A Driscv_cpu.c102 .get_count = riscv_cpu_get_count,
/openbmc/u-boot/drivers/timer/
H A Dtimer-uclass.c30 if (!ops->get_count) in timer_get_count()
33 return ops->get_count(dev, count); in timer_get_count()
H A Driscv_timer.c47 .get_count = riscv_timer_get_count,
H A Dsandbox_timer.c50 .get_count = sandbox_timer_get_count,
H A Darc_timer.c96 .get_count = arc_timer_get_count,
H A Dsti-timer.c62 .get_count = sti_timer_get_count,
H A Ddw-apb-timer.c73 .get_count = dw_apb_timer_get_count,
H A Dmtk_timer.c69 .get_count = mtk_timer_get_count,
H A Datmel_pit_timer.c72 .get_count = atmel_pit_get_count,
H A Dast_timer.c76 .get_count = ast_timer_get_count,
H A Daltera_timer.c79 .get_count = altera_timer_get_count,
H A Domap-timer.c89 .get_count = omap_timer_get_count,
H A Datcpit100_timer.c97 .get_count = atcpit_timer_get_count,
H A Dcadence-ttc.c98 .get_count = cadence_ttc_get_count,
H A Dag101p_timer.c102 .get_count = atftmr_timer_get_count,
H A Dstm32_timer.c120 .get_count = stm32_timer_get_count,
/openbmc/u-boot/include/
H A Dtimer.h57 int (*get_count)(struct udevice *dev, u64 *count); member
H A Dcpu.h79 int (*get_count)(struct udevice *dev); member
/openbmc/u-boot/arch/x86/cpu/qemu/
H A Dcpu.c30 .get_count = cpu_qemu_get_count,
/openbmc/qemu/target/arm/
H A Dcpregs-pmu.c45 uint64_t (*get_count)(CPUARMState *); member
140 .get_count = swinc_get_count,
146 .get_count = instructions_get_count,
151 .get_count = cycles_get_count,
157 .get_count = zero_event_get_count,
162 .get_count = zero_event_get_count,
167 .get_count = zero_event_get_count,
545 count = pm_events[event_idx].get_count(env); in pmevcntr_op_start()
825 count = pm_events[event_idx].get_count(env); in pmevtyper_write()
882 pm_events[event_idx].get_count(env); in pmevtyper_rawwrite()
/openbmc/u-boot/arch/x86/cpu/
H A Dcpu_x86.c82 .get_count = cpu_x86_get_count,
/openbmc/u-boot/arch/x86/cpu/baytrail/
H A Dcpu.c190 .get_count = baytrail_get_count,
/openbmc/qemu/hw/sparc64/
H A Dtrace-events21 …nt(const char *name, uint64_t real_count, const char *npt, void *p) "%s get_count count=0x%"PRIx64…

12