Searched refs:cpu_timer (Results 1 – 3 of 3) sorted by relevance
19 #define hw_config__cpu_timer_getter(prop) cpu_timer.prop57 extern struct cpu_timer_t cpu_timer;
20 struct cpu_timer_t cpu_timer; variable297 err = fdt_read_uint32(hw_config_dtb, node, "clock-frequency", &cpu_timer.clock_freq); in fconf_populate_cpu_timer()358 FCONF_REGISTER_POPULATOR(HW_CONFIG, cpu_timer, fconf_populate_cpu_timer);
141 counter_base_frequency = FCONF_GET_PROPERTY(hw_config, cpu_timer, clock_freq); in plat_get_syscnt_freq2()