Home
last modified time | relevance | path

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

/linux-4.4.14/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()
261 seq_printf(s, "%s\t", (mode & IOPM(i)) ? "Output" : "Input"); in ks8695_gpio_show()
/linux-4.4.14/arch/arm/mach-ks8695/include/mach/
Dregs-gpio.h27 #define IOPM(x) (1 << (x)) /* Mode for GPIO Pin x */ macro