Home
last modified time | relevance | path

Searched refs:mono_time_set_usecs (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra124/
H A Dmonotonic_timer.c9 mono_time_set_usecs(mt, read32((void *)TEGRA_TMRUS_BASE)); in timer_monotonic_get()
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra210/
H A Dmonotonic_timer.c9 mono_time_set_usecs(mt, read32((void *)TEGRA_TMRUS_BASE)); in timer_monotonic_get()
/aosp_15_r20/external/coreboot/src/arch/riscv/
H A Darch_timer.c13 mono_time_set_usecs(mt, (long)read64((void *)(HLS()->time))); in timer_monotonic_get()
/aosp_15_r20/external/coreboot/src/soc/amd/stoneyridge/
H A Dmonotonic_timer.c12 mono_time_set_usecs(mt, timestamp_get()); in timer_monotonic_get()
/aosp_15_r20/external/coreboot/src/soc/ti/am335x/
H A Dtimer.c21 mono_time_set_usecs(mt, timer_raw_value() / M_OSC_MHZ); in timer_monotonic_get()
/aosp_15_r20/external/coreboot/src/arch/arm64/
H A Darch_timer.c28 mono_time_set_usecs(mt, usecs); in timer_monotonic_get()
/aosp_15_r20/external/coreboot/src/soc/samsung/exynos5250/
H A Dtimer.c30 mono_time_set_usecs(mt, mct_raw_value() / clocks_per_usec); in timer_monotonic_get()
/aosp_15_r20/external/coreboot/src/soc/samsung/exynos5420/
H A Dtimer.c30 mono_time_set_usecs(mt, mct_raw_value() / clocks_per_usec); in timer_monotonic_get()
/aosp_15_r20/external/coreboot/src/soc/rockchip/rk3288/
H A Dtimer.c22 mono_time_set_usecs(mt, timer_raw_value() / clocks_per_usec); in timer_monotonic_get()
/aosp_15_r20/external/coreboot/src/soc/rockchip/rk3399/
H A Dtimer.c22 mono_time_set_usecs(mt, timer_raw_value() / clocks_per_usec); in timer_monotonic_get()
/aosp_15_r20/external/coreboot/src/soc/mediatek/common/
H A Dtimer.c30 mono_time_set_usecs(mt, timer_raw_value() / GPT_MHZ); in timer_monotonic_get()
/aosp_15_r20/external/coreboot/src/soc/qualcomm/ipq40xx/
H A Dtimer.c58 mono_time_set_usecs(mt, TIMER_USECS(read_gcnt_val())); in timer_monotonic_get()
/aosp_15_r20/external/coreboot/src/soc/qualcomm/ipq806x/
H A Dtimer.c70 mono_time_set_usecs(mt, TIMER_USECS(readl_i(DGT_COUNT_VAL))); in timer_monotonic_get()
/aosp_15_r20/external/coreboot/src/include/
H A Dtimer.h53 static inline void mono_time_set_usecs(struct mono_time *mt, uint64_t us) in mono_time_set_usecs() function
/aosp_15_r20/external/coreboot/src/soc/cavium/cn81xx/
H A Dtimer.c85 mono_time_set_usecs(mt, timer_raw_value()); in timer_monotonic_get()
/aosp_15_r20/external/coreboot/src/lib/
H A Dtimestamp.c292 mono_time_set_usecs(&t1, 0); in timestamp_get()