Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpio/
Dgpio-lpc18xx.c26 #define LPC18XX_PINS_PER_PORT 32 macro
287 port = offset / LPC18XX_PINS_PER_PORT; in lpc18xx_gpio_direction()
288 pin = offset % LPC18XX_PINS_PER_PORT; in lpc18xx_gpio_direction()
323 .ngpio = LPC18XX_MAX_PORTS * LPC18XX_PINS_PER_PORT,