Searched refs:AS3722_GPIO_IOSF_MASK (Results 1 – 2 of 2) sorted by relevance
195 ctrl &= ~(AS3722_GPIO_IOSF_MASK << AS3722_GPIO_IOSF_SHIFT); in as3722_pinmux_config_node()344 iosf = (tmp >> AS3722_GPIO_IOSF_SHIFT) & AS3722_GPIO_IOSF_MASK; in as3722_gpio_pin_getflags()438 iosf = (ctrl >> AS3722_GPIO_IOSF_SHIFT) & AS3722_GPIO_IOSF_MASK; in as3722_gpio_pin_setflags()
49 #define AS3722_GPIO_IOSF_MASK 0x0F macro