Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpio/
Dgpio-ks8695.c77 x &= ~IOPM(pin); in ks8695_gpio_interrupt()
113 x &= ~IOPM(pin); in ks8695_gpio_direction_input()
148 x |= IOPM(pin); in ks8695_gpio_direction_output()
249 seq_printf(s, "%s\t", (mode & IOPM(i)) ? "Output" : "Input"); in ks8695_gpio_show()
/Linux-v4.19/arch/arm/mach-ks8695/include/mach/
Dregs-gpio.h27 #define IOPM(x) (1 << (x)) /* Mode for GPIO Pin x */ macro