Searched refs:MAX77759_GPIOx_DIR (Results 1 – 1 of 1) sorted by relevance
46 #define MAX77759_GPIOx_DIR(offs, dir) (((dir) & 1) << (2 + (3 * (offs)))) macro47 #define MAX77759_GPIOx_DIR_MASK(offs) MAX77759_GPIOx_DIR(offs, ~0)149 new_ctrl |= MAX77759_GPIOx_DIR(offset, dir); in max77759_gpio_direction_helper()307 new_ctrl |= MAX77759_GPIOx_DIR(offset, MAX77759_GPIO_DIR_IN); in max77759_gpio_bus_sync_unlock_helper()