Searched refs:PULL_MASK (Results 1 – 3 of 3) sorted by relevance
31 #define PULL_MASK (3) macro
24 #define PULL_MASK (3) macro
29 #define PULL_MASK(gpio) (0x3 << ((gpio) << 1)) macro129 value &= ~PULL_MASK(gpio); in s5p_gpio_set_pull()
Completed in 5 milliseconds