Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpio/
A Dgpio-mb86s7x.c30 #define PDR(x) (0x0 + x / 8 * 4) macro
101 val = readl(gchip->base + PDR(gpio)); in mb86s70_gpio_direction_output()
106 writel(val, gchip->base + PDR(gpio)); in mb86s70_gpio_direction_output()
121 return !!(readl(gchip->base + PDR(gpio)) & OFFSET(gpio)); in mb86s70_gpio_get()
132 val = readl(gchip->base + PDR(gpio)); in mb86s70_gpio_set()
137 writel(val, gchip->base + PDR(gpio)); in mb86s70_gpio_set()

Completed in 3 milliseconds