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.c83 #define ICU_TITSR_TITSEL_PREP(titsel, n) ICU_IITSR_IITSEL_PREP(titsel, n) argument
324 u32 tsctr, titsr, titsel; in rzv2h_clear_tint_int() local
330 titsel = ICU_TITSR_TITSEL_GET(titsr, titsel_n); in rzv2h_clear_tint_int()
336 if ((tsctr & bit) && ((titsel == ICU_TINT_EDGE_RISING) || in rzv2h_clear_tint_int()
337 (titsel == ICU_TINT_EDGE_FALLING))) in rzv2h_clear_tint_int()