Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-lpc18xx.c22 #define LPC18XX_REG_DIR(n) (0x2000 + n * sizeof(u32)) macro
290 dir = readl(gc->base + LPC18XX_REG_DIR(port)); in lpc18xx_gpio_direction()
295 writel(dir, gc->base + LPC18XX_REG_DIR(port)); in lpc18xx_gpio_direction()