Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-microchip-sgpio.c30 #define SGPIO_BITS_PER_WORD 32 macro
587 if (gpiospec->args[0] > SGPIO_BITS_PER_WORD || in microchip_sgpio_of_xlate()
630 if (start > end || end >= SGPIO_BITS_PER_WORD) { in microchip_sgpio_get_ports()
776 for_each_set_bit(port, &val, SGPIO_BITS_PER_WORD) { in sgpio_irq_handler()
808 priv->bitcount = ngpios / SGPIO_BITS_PER_WORD; in microchip_sgpio_register_bank()
981 for (port = 0; port < SGPIO_BITS_PER_WORD; port++) in microchip_sgpio_probe()