Home
last modified time | relevance | path

Searched refs:CSR_TCFG_VAL (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/loongarch/kernel/
Dtime.c84 timer_config = period & CSR_TCFG_VAL; in constant_set_state_periodic()
102 delta &= CSR_TCFG_VAL; in constant_timer_next_event()
/linux-6.1.9/arch/loongarch/include/asm/
Dloongarch.h541 #define CSR_TCFG_VAL (_ULCAST_(0x3fffffffffff) << CSR_TCFG_VAL_SHIFT) macro