Searched refs:get_count (Results 1 – 22 of 22) sorted by relevance
| /rk3399_rockchip-uboot/drivers/cpu/ |
| H A D | cpu-uclass.c | 41 if (!ops->get_count) in cpu_get_count() 44 return ops->get_count(dev); in cpu_get_count()
|
| H A D | bmips_cpu.c | 279 .get_count = bmips_cpu_get_count,
|
| /rk3399_rockchip-uboot/drivers/timer/ |
| H A D | timer-uclass.c | 31 if (!ops->get_count) in timer_get_count() 34 return ops->get_count(dev, count); in timer_get_count()
|
| H A D | sandbox_timer.c | 51 .get_count = sandbox_timer_get_count,
|
| H A D | arc_timer.c | 97 .get_count = arc_timer_get_count,
|
| H A D | sti-timer.c | 62 .get_count = sti_timer_get_count,
|
| H A D | atmel_pit_timer.c | 73 .get_count = atmel_pit_get_count,
|
| H A D | ast_timer.c | 79 .get_count = ast_timer_get_count,
|
| H A D | omap-timer.c | 90 .get_count = omap_timer_get_count,
|
| H A D | altera_timer.c | 82 .get_count = altera_timer_get_count,
|
| H A D | ae3xx_timer.c | 100 .get_count = atftmr_timer_get_count,
|
| H A D | ag101p_timer.c | 105 .get_count = atftmr_timer_get_count,
|
| H A D | rockchip_timer.c | 151 .get_count = rockchip_timer_get_count,
|
| H A D | tsc_timer.c | 358 .get_count = tsc_timer_get_count,
|
| /rk3399_rockchip-uboot/include/ |
| H A D | timer.h | 58 int (*get_count)(struct udevice *dev, u64 *count); member
|
| H A D | cpu.h | 75 int (*get_count)(struct udevice *dev); member
|
| /rk3399_rockchip-uboot/arch/x86/cpu/qemu/ |
| H A D | cpu.c | 33 .get_count = cpu_qemu_get_count,
|
| /rk3399_rockchip-uboot/arch/x86/cpu/ |
| H A D | cpu_x86.c | 83 .get_count = cpu_x86_get_count,
|
| /rk3399_rockchip-uboot/arch/x86/cpu/baytrail/ |
| H A D | cpu.c | 191 .get_count = baytrail_get_count,
|
| /rk3399_rockchip-uboot/arch/nios2/cpu/ |
| H A D | cpu.c | 136 .get_count = altera_nios2_get_count,
|
| /rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/ |
| H A D | model_206ax.c | 481 .get_count = model_206ax_get_count,
|
| /rk3399_rockchip-uboot/arch/x86/cpu/broadwell/ |
| H A D | cpu.c | 751 .get_count = broadwell_get_count,
|