Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-max77759.c47 #define MAX77759_GPIOx_DIR_MASK(offs) MAX77759_GPIOx_DIR(offs, ~0) macro
115 dir = !!(ctrl & MAX77759_GPIOx_DIR_MASK(offset)); in max77759_gpio_direction_from_control()
148 new_ctrl = ctrl & ~MAX77759_GPIOx_DIR_MASK(offset); in max77759_gpio_direction_helper()
306 new_ctrl &= ~MAX77759_GPIOx_DIR_MASK(offset); in max77759_gpio_bus_sync_unlock_helper()