Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dtime.c39 write_csr_tintclear(CSR_TINTCLR_TI); in constant_timer_interrupt()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h1212 #define write_csr_tintclear(val) csr_write32(val, LOONGARCH_CSR_TINTCLR) macro