Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-pl061.c28 #define GPIODIR 0x400 macro
67 if (readb(pl061->base + GPIODIR) & BIT(offset)) in pl061_get_direction()
80 gpiodir = readb(pl061->base + GPIODIR); in pl061_direction_input()
82 writeb(gpiodir, pl061->base + GPIODIR); in pl061_direction_input()
97 gpiodir = readb(pl061->base + GPIODIR); in pl061_direction_output()
99 writeb(gpiodir, pl061->base + GPIODIR); in pl061_direction_output()
360 pl061->csave_regs.gpio_dir = readb(pl061->base + GPIODIR); in pl061_suspend()
/OK3568_Linux_fs/kernel/tools/testing/selftests/gpio/
H A DMakefile19 GPIODIR := $(realpath ../../../gpio) macro
34 $(MAKE) OUTPUT=$(GPIOOUT) -C $(GPIODIR)