Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H A Dirq-renesas-rzv2h.c82 #define ICU_TITSR_TITSEL_PREP(titsel, n) ICU_IITSR_IITSEL_PREP(titsel, n) argument
309 u32 tsctr, titsr, titsel; in rzv2h_clear_tint_int() local
315 titsel = ICU_TITSR_TITSEL_GET(titsr, titsel_n); in rzv2h_clear_tint_int()
321 if ((tsctr & bit) && ((titsel == ICU_TINT_EDGE_RISING) || in rzv2h_clear_tint_int()
322 (titsel == ICU_TINT_EDGE_FALLING))) in rzv2h_clear_tint_int()