Home
last modified time | relevance | path

Searched refs:normal_base (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/drivers/timer/
Dmt_cpuxgpt.c21 void sched_clock_init(uint64_t normal_base, uint64_t atf_base) in sched_clock_init() argument
23 normal_time_base = normal_base; in sched_clock_init()
Dmt_cpuxgpt.h25 void sched_clock_init(uint64_t normal_base, uint64_t atf_base);
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/
Dbl31_plat_setup.c182 unsigned long long normal_base; in bl31_early_platform_setup() local
202 normal_base = 0; in bl31_early_platform_setup()
207 sched_clock_init(normal_base, atf_base); in bl31_early_platform_setup()