Searched refs:GPIO_PIN_FUNC_MASK (Results 1 – 1 of 1) sorted by relevance
46 #define GPIO_PIN_FUNC_MASK (3 << 5) macro206 reg &= ~GPIO_PIN_FUNC_MASK; in apple_pinctrl_pin_configure()426 reg &= ~GPIO_PIN_FUNC_MASK; in apple_pinctrl_configure()427 reg |= (func << GPIO_PIN_FUNC_SHIFT) & GPIO_PIN_FUNC_MASK; in apple_pinctrl_configure()