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

/linux-master/drivers/gpio/
H A Dgpio-visconti.c44 u32 intc_type = IRQ_TYPE_EDGE_RISING; local
67 intc_type = IRQ_TYPE_LEVEL_HIGH;
72 intc_type = IRQ_TYPE_LEVEL_HIGH;
83 irq_set_irq_type(offset, intc_type);
/linux-master/drivers/pinctrl/actions/
H A Dpinctrl-owl.h144 .intc_type = _intc_type, \
262 * @intc_type: offset of the interrupt type register.
273 unsigned int intc_type; member in struct:owl_gpio_port
H A Dpinctrl-owl.c713 value = readl_relaxed(gpio_base + port->intc_type + offset);
716 writel_relaxed(value, gpio_base + port->intc_type + offset);

Completed in 162 milliseconds