Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dcpu-info.h60 int timerbits; /* Width of arch timer in bits */ member
/linux/arch/loongarch/kernel/
H A Dtime.c152 unsigned long max_delta = GENMASK_ULL(boot_cpu_data.timerbits, 0); in constant_clockevent_init()
H A Dcpu-probe.c241 c->timerbits = (config & CSR_CONF1_TMRBITS) >> CSR_CONF1_TMRBITS_SHIFT; in cpu_probe_common()