Home
last modified time | relevance | path

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

/linux-6.15/drivers/irqchip/
H A Dirq-renesas-rzv2h.c67 #define ICU_TSSR_TSSEL_PREP(tssel, n, field_width) ((tssel) << ((n) * (field_width))) macro
71 ICU_TSSR_TSSEL_PREP((GENMASK(((_field_width) - 2), 0)), (n), _field_width); \
350 tssr |= ICU_TSSR_TSSEL_PREP(tint, tssel_n, priv->info->field_width); in rzv2h_tint_set_type()