Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-lpc18xx.c25 #define LPC18XX_PINS_PER_PORT 32 macro
285 port = offset / LPC18XX_PINS_PER_PORT; in lpc18xx_gpio_direction()
286 pin = offset % LPC18XX_PINS_PER_PORT; in lpc18xx_gpio_direction()
321 .ngpio = LPC18XX_MAX_PORTS * LPC18XX_PINS_PER_PORT,