Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpio/
Dgpio-lpc18xx.c23 #define LPC18XX_REG_DIR(n) (0x2000 + n * sizeof(u32)) macro
291 dir = readl(gc->base + LPC18XX_REG_DIR(port)); in lpc18xx_gpio_direction()
296 writel(dir, gc->base + LPC18XX_REG_DIR(port)); in lpc18xx_gpio_direction()