Home
last modified time | relevance | path

Searched full:timebase (Results 1 – 25 of 99) sorted by relevance

1234

/openbmc/u-boot/arch/m68k/lib/
H A Dtime.c45 /* Set up TIMER 3 as timebase clock */ in __udelay()
130 /* Set up TIMER 3 as timebase clock */ in __udelay()
175 * This function is derived from PowerPC code (read timebase as long long).
189 * This function is derived from PowerPC code (timebase clock frequency).
/openbmc/u-boot/drivers/cpu/
H A Driscv_cpu.c68 ret = dev_read_u32(dev, "timebase-frequency", &plat->timebase_freq); in riscv_cpu_bind()
71 dev_read_u32(dev->parent, "timebase-frequency", in riscv_cpu_bind()
78 * Pass the "timebase-frequency" value as the driver data for the in riscv_cpu_bind()
/openbmc/u-boot/arch/arm/cpu/sa1100/
H A Dtimer.c49 * This function is derived from PowerPC code (read timebase as long long).
58 * This function is derived from PowerPC code (timebase clock frequency).
/openbmc/u-boot/arch/arm/cpu/arm920t/imx/
H A Dtimer.c61 * This function is derived from PowerPC code (read timebase as long long).
70 * This function is derived from PowerPC code (timebase clock frequency).
/openbmc/u-boot/arch/microblaze/cpu/
H A Dtimer.c103 * This function is derived from PowerPC code (read timebase as long long).
112 * This function is derived from PowerPC code (timebase clock frequency).
/openbmc/u-boot/arch/arm/cpu/armv7/stv0991/
H A Dtimer.c95 * This function is derived from PowerPC code (read timebase as long long).
104 * This function is derived from PowerPC code (timebase clock frequency).
/openbmc/u-boot/arch/xtensa/lib/
H A Dtime.c92 * This function is derived from ARM/PowerPC code (read timebase as long long).
101 * This function is derived from ARM/PowerPC code (timebase clock frequency).
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dtimer.c88 * This function is derived from PowerPC code (read timebase as long long).
97 * This function is derived from PowerPC code (timebase clock frequency).
/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/
H A Dtimer.c104 * This function is derived from PowerPC code (read timebase as long long).
113 * This function is derived from PowerPC code (timebase clock frequency).
/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/
H A Dtimer.c120 * This function is derived from PowerPC code (read timebase as long long).
129 * This function is derived from PowerPC code (timebase clock frequency).
/openbmc/u-boot/include/
H A Dfsl_ddr_dimm_params.h50 int mtb_ps; /* medium timebase ps */
51 int ftb_10th_ps; /* fine timebase, in 1/10 ps */
H A Dmpc8xx_irq.h6 * from such devices as CPM, PCMCIA, RTC, PIT, TimeBase and Decrementer.
/openbmc/u-boot/drivers/watchdog/
H A Dxilinx_tb_wdt.c114 { .compatible = "xlnx,xps-timebase-wdt-1.00.a", },
115 { .compatible = "xlnx,xps-timebase-wdt-1.01.a", },
/openbmc/u-boot/arch/arm/mach-at91/arm920t/
H A Dtimer.c104 * This function is derived from PowerPC code (read timebase as long long).
113 * This function is derived from PowerPC code (timebase clock frequency).
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/
H A Dtimer.c97 * This function is derived from PowerPC code (read timebase as long long).
106 * This function is derived from PowerPC code (timebase clock frequency).
/openbmc/qemu/accel/hvf/
H A Dhvf-accel-ops.c363 mach_timebase_info_data_t timebase; in hvf_get_vcpu_stats() local
364 mach_timebase_info(&timebase); in hvf_get_vcpu_stats()
365 uint64_t time_ns = time_mach * timebase.numer / timebase.denom; in hvf_get_vcpu_stats()
/openbmc/u-boot/board/armltd/integrator/
H A Dtimer.c143 * This function is derived from PowerPC code (read timebase as long long).
152 * Return the timebase clock frequency
/openbmc/u-boot/arch/arm/mach-orion5x/
H A Dtimer.c155 * This function is derived from PowerPC code (read timebase as long long).
164 * This function is derived from PowerPC code (timebase clock frequency).
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dfdt.c17 "timebase-frequency", get_tbclk(), 1); in ft_cpu_setup()
/openbmc/u-boot/doc/
H A DREADME.watchdog33 Available for Xilinx Axi platforms to service timebase watchdog timer.
/openbmc/qemu/include/hw/riscv/
H A Dxiangshan_kmh.h59 /* Indicating Timebase-freq (1MHZ) */
/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/
H A Dtimer.c169 * This function is derived from PowerPC code (read timebase as long long).
179 * This function is derived from PowerPC code (timebase clock frequency).
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/
H A Dfdt.c22 "timebase-frequency", bd->bi_busfreq / 4, 1); in ft_cpu_setup()
/openbmc/u-boot/arch/arm/cpu/arm926ejs/armada100/
H A Dtimer.c178 * This function is derived from PowerPC code (read timebase as long long).
187 * This function is derived from PowerPC code (timebase clock frequency).
/openbmc/u-boot/arch/powerpc/lib/
H A Dticks.S17 * read timebase as "long long"

1234