Home
last modified time | relevance | path

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

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