Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c42 #define GPIO_PER_REG 32 macro
231 if (*offset >= GPIO_PER_REG) { in armada_37xx_update_reg()
232 *offset -= GPIO_PER_REG; in armada_37xx_update_reg()
578 val |= (BIT(d->hwirq % GPIO_PER_REG)); in armada_37xx_irq_set_wake()
602 val |= (BIT(d->hwirq % GPIO_PER_REG)); in armada_37xx_irq_set_type()
630 u32 reg_idx = pin_idx / GPIO_PER_REG; in armada_37xx_edge_both_irq_swap_pol()
631 u32 bit_num = pin_idx % GPIO_PER_REG; in armada_37xx_edge_both_irq_swap_pol()
683 i * GPIO_PER_REG); in armada_37xx_irq_handler()
689 hwirq + i * GPIO_PER_REG)) { in armada_37xx_irq_handler()
1060 u32 irq_bit = BIT(i % GPIO_PER_REG); in armada_3700_pinctrl_resume()
[all …]
/openbmc/u-boot/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c47 #define GPIO_PER_REG 32 macro
213 if (*offset >= GPIO_PER_REG) { in armada_37xx_update_reg()
214 *offset -= GPIO_PER_REG; in armada_37xx_update_reg()