Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/riscv/
H A Darch_timer.h42 csr_set(CSR_SIE, IE_TIE); in timer_irq_enable()
47 csr_clear(CSR_SIE, IE_TIE); in timer_irq_disable()
/linux/drivers/clocksource/
H A Dtimer-clint.c117 csr_set(CSR_IE, IE_TIE); in clint_clock_next_event()
158 csr_clear(CSR_IE, IE_TIE); in clint_timer_interrupt()
/linux/tools/arch/riscv/include/asm/
H A Dcsr.h468 #define IE_TIE (_AC(0x1, UL) << RV_IRQ_TIMER) macro