Home
last modified time | relevance | path

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

/linux-6.6.21/arch/loongarch/kernel/
Dtime.c38 write_csr_tintclear(CSR_TINTCLR_TI); in constant_timer_interrupt()
/linux-6.6.21/arch/loongarch/include/asm/
Dloongarch.h1177 #define write_csr_tintclear(val) csr_write32(val, LOONGARCH_CSR_TINTCLR) macro