/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | generic_timer.c | 16 unsigned long get_tbclk(void) in get_tbclk() function 101 ticks = ((usec * (get_tbclk()/1000)) + 500) / 1000; in usec2ticks() 103 ticks = ((usec / 10) * (get_tbclk() / 100000)); in usec2ticks() 112 return val / get_tbclk(); in timer_get_boot_us()
|
/openbmc/u-boot/arch/powerpc/lib/ |
H A D | time.c | 22 ticks = ((usec * (get_tbclk()/1000)) + 500) / 1000; in usec2ticks() 24 ticks = ((usec / 10) * (get_tbclk() / 100000)); in usec2ticks() 47 ulong tbclk = get_tbclk(); in ticks2usec()
|
/openbmc/u-boot/lib/ |
H A D | time.c | 23 ulong notrace get_tbclk(void) in get_tbclk() function 60 ulong notrace get_tbclk(void) in get_tbclk() function 119 ulong div = get_tbclk(); in tick_to_time() 145 tick *= get_tbclk(); in usec_to_tick()
|
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/ |
H A D | timer.c | 24 ticks = ((usec * (get_tbclk()/1000)) + 500) / 1000; in usec2ticks() 26 ticks = ((usec / 10) * (get_tbclk() / 100000)); in usec2ticks() 115 unsigned long get_tbclk(void) in get_tbclk() function
|
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | syscounter.c | 27 ticks = ((usec * (get_tbclk()/1000)) + 500) / 1000; in usec2ticks() 29 ticks = ((usec / 10) * (get_tbclk() / 100000)); in usec2ticks() 115 ulong get_tbclk(void) in get_tbclk() function
|
H A D | timer.c | 116 ulong get_tbclk(void) in get_tbclk() function 130 usec *= get_tbclk(); in usec2ticks()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
H A D | interrupts.c | 44 *decrementer_count = get_tbclk() / CONFIG_SYS_HZ; in interrupt_init_cpu() 46 (get_tbclk() / 1000000), in interrupt_init_cpu()
|
/openbmc/u-boot/arch/mips/cpu/ |
H A D | time.c | 15 ulong notrace get_tbclk(void) in get_tbclk() function
|
/openbmc/u-boot/arch/arm/mach-versal/ |
H A D | clk.c | 23 gd->cpu_clk = get_tbclk(); in set_cpu_clk_info()
|
/openbmc/u-boot/arch/arm/mach-zynqmp/ |
H A D | clk.c | 37 gd->cpu_clk = get_tbclk(); in set_cpu_clk_info()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/ |
H A D | fdt.c | 17 "timebase-frequency", get_tbclk(), 1); in ft_cpu_setup()
|
/openbmc/u-boot/arch/arm/mach-at91/armv7/ |
H A D | timer.c | 58 ulong get_tbclk(void) in get_tbclk() function
|
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/ |
H A D | timer.c | 54 ulong get_tbclk(void) in get_tbclk() function
|
/openbmc/u-boot/include/ |
H A D | cli.h | 154 #define endtick(seconds) (get_ticks() + (uint64_t)(seconds) * get_tbclk())
|
/openbmc/u-boot/arch/arm/cpu/sa1100/ |
H A D | timer.c | 61 ulong get_tbclk (void) in get_tbclk() function
|
/openbmc/u-boot/arch/arm/cpu/arm920t/imx/ |
H A D | timer.c | 73 ulong get_tbclk (void) in get_tbclk() function
|
/openbmc/u-boot/arch/arm/cpu/armv7/ |
H A D | arch_timer.c | 55 ulong get_tbclk(void) in get_tbclk() function
|
/openbmc/u-boot/arch/sh/lib/ |
H A D | time_sh2.c | 84 unsigned long get_tbclk(void) in get_tbclk() function
|
/openbmc/u-boot/drivers/timer/ |
H A D | tsc_timer.c | 344 return get_tbclk() / 1000000; in get_tbclk_mhz() 349 return (get_ticks() * 1000) / get_tbclk(); in get_ms_timer()
|
/openbmc/u-boot/arch/xtensa/lib/ |
H A D | time.c | 104 ulong get_tbclk(void) in get_tbclk() function
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | spl_minimal.c | 82 unsigned long get_tbclk(void) in get_tbclk() function
|
/openbmc/u-boot/arch/arm/mach-zynq/ |
H A D | timer.c | 106 ulong get_tbclk(void) in get_tbclk() function
|
/openbmc/u-boot/arch/arm/cpu/armv7/vf610/ |
H A D | timer.c | 81 ulong get_tbclk(void) in get_tbclk() function
|
/openbmc/u-boot/arch/arm/mach-rmobile/ |
H A D | timer.c | 81 ulong get_tbclk(void) in get_tbclk() function
|
/openbmc/u-boot/board/armltd/integrator/ |
H A D | timer.c | 155 ulong get_tbclk (void) in get_tbclk() function
|