Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/cpu/
H A Dcpu-uclass.c41 if (!ops->get_count) in cpu_get_count()
44 return ops->get_count(dev); in cpu_get_count()
H A Dbmips_cpu.c279 .get_count = bmips_cpu_get_count,
/rk3399_rockchip-uboot/drivers/timer/
H A Dtimer-uclass.c31 if (!ops->get_count) in timer_get_count()
34 return ops->get_count(dev, count); in timer_get_count()
H A Dsandbox_timer.c51 .get_count = sandbox_timer_get_count,
H A Darc_timer.c97 .get_count = arc_timer_get_count,
H A Dsti-timer.c62 .get_count = sti_timer_get_count,
H A Datmel_pit_timer.c73 .get_count = atmel_pit_get_count,
H A Dast_timer.c79 .get_count = ast_timer_get_count,
H A Domap-timer.c90 .get_count = omap_timer_get_count,
H A Daltera_timer.c82 .get_count = altera_timer_get_count,
H A Dae3xx_timer.c100 .get_count = atftmr_timer_get_count,
H A Dag101p_timer.c105 .get_count = atftmr_timer_get_count,
H A Drockchip_timer.c151 .get_count = rockchip_timer_get_count,
H A Dtsc_timer.c358 .get_count = tsc_timer_get_count,
/rk3399_rockchip-uboot/include/
H A Dtimer.h58 int (*get_count)(struct udevice *dev, u64 *count); member
H A Dcpu.h75 int (*get_count)(struct udevice *dev); member
/rk3399_rockchip-uboot/arch/x86/cpu/qemu/
H A Dcpu.c33 .get_count = cpu_qemu_get_count,
/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dcpu_x86.c83 .get_count = cpu_x86_get_count,
/rk3399_rockchip-uboot/arch/x86/cpu/baytrail/
H A Dcpu.c191 .get_count = baytrail_get_count,
/rk3399_rockchip-uboot/arch/nios2/cpu/
H A Dcpu.c136 .get_count = altera_nios2_get_count,
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/
H A Dmodel_206ax.c481 .get_count = model_206ax_get_count,
/rk3399_rockchip-uboot/arch/x86/cpu/broadwell/
H A Dcpu.c751 .get_count = broadwell_get_count,