Searched refs:IOPM (Results 1 – 2 of 2) sorted by relevance
77 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()
27 #define IOPM(x) (1 << (x)) /* Mode for GPIO Pin x */ macro