Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpio/
H A 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,
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-lpc18xx.c25 #define LPC18XX_PINS_PER_PORT 32 macro
286 port = offset / LPC18XX_PINS_PER_PORT; in lpc18xx_gpio_direction()
287 pin = offset % LPC18XX_PINS_PER_PORT; in lpc18xx_gpio_direction()
322 .ngpio = LPC18XX_MAX_PORTS * LPC18XX_PINS_PER_PORT,

Completed in 2 milliseconds