Lines Matching full:tint
61 /* TINT */
94 * @tssel_lut: TINT lookup table
95 * @t_offs: TINT offset
302 u32 tint, sense; in rzv2h_tint_set_type() local
328 tint = (u32)(uintptr_t)irq_data_get_irq_chip_data(d); in rzv2h_tint_set_type()
329 if (tint > priv->info->max_tssel) in rzv2h_tint_set_type()
333 tint = priv->info->tssel_lut[tint]; in rzv2h_tint_set_type()
350 tssr |= ICU_TSSR_TSSEL_PREP(tint, tssel_n, priv->info->field_width); in rzv2h_tint_set_type()
404 unsigned long tint = 0; in rzv2h_icu_alloc() local
414 * For TINT interrupts the hwirq and TINT are encoded in in rzv2h_icu_alloc()
417 * TINT is embedded in bits 16-31. in rzv2h_icu_alloc()
420 tint = ICU_TINT_EXTRACT_GPIOINT(hwirq); in rzv2h_icu_alloc()
431 (void *)(uintptr_t)tint); in rzv2h_icu_alloc()