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 D | monotonic_timer.c | 9 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 D | monotonic_timer.c | 9 mono_time_set_usecs(mt, read32((void *)TEGRA_TMRUS_BASE)); in timer_monotonic_get()
|
/aosp_15_r20/external/coreboot/src/arch/riscv/ |
H A D | arch_timer.c | 13 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 D | monotonic_timer.c | 12 mono_time_set_usecs(mt, timestamp_get()); in timer_monotonic_get()
|
/aosp_15_r20/external/coreboot/src/soc/ti/am335x/ |
H A D | timer.c | 21 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 D | arch_timer.c | 28 mono_time_set_usecs(mt, usecs); in timer_monotonic_get()
|
/aosp_15_r20/external/coreboot/src/soc/samsung/exynos5250/ |
H A D | timer.c | 30 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 D | timer.c | 30 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 D | timer.c | 22 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 D | timer.c | 22 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 D | timer.c | 30 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 D | timer.c | 58 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 D | timer.c | 70 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 D | timer.h | 53 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 D | timer.c | 85 mono_time_set_usecs(mt, timer_raw_value()); in timer_monotonic_get()
|
/aosp_15_r20/external/coreboot/src/lib/ |
H A D | timestamp.c | 292 mono_time_set_usecs(&t1, 0); in timestamp_get()
|