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

/linux-master/drivers/pinctrl/nuvoton/
H A Dpinctrl-wpcm450.c82 u8 first_irq_bit; /* First bit in GPEVST that belongs to this bank */ member in struct:wpcm450_bank
110 return hwirq - bank->first_irq_gpio + bank->first_irq_bit;
117 if (bitnum < bank->first_irq_bit)
120 if (bitnum - bank->first_irq_bit > bank->num_irqs)
123 return bitnum - bank->first_irq_bit + bank->first_irq_gpio;
315 ours = GENMASK(gpio->bank->num_irqs - 1, 0) << gpio->bank->first_irq_bit;

Completed in 150 milliseconds