Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpio/
Dgpio-visconti.c45 u32 intc_type = IRQ_TYPE_EDGE_RISING; in visconti_gpio_irq_set_type() local
68 intc_type = IRQ_TYPE_LEVEL_HIGH; in visconti_gpio_irq_set_type()
73 intc_type = IRQ_TYPE_LEVEL_HIGH; in visconti_gpio_irq_set_type()
84 irq_set_irq_type(offset, intc_type); in visconti_gpio_irq_set_type()
/linux-6.12.1/drivers/pinctrl/actions/
Dpinctrl-owl.h144 .intc_type = _intc_type, \
273 unsigned int intc_type; member
Dpinctrl-owl.c713 value = readl_relaxed(gpio_base + port->intc_type + offset); in irq_set_type()
716 writel_relaxed(value, gpio_base + port->intc_type + offset); in irq_set_type()