Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-max77759.c46 #define MAX77759_GPIOx_DIR(offs, dir) (((dir) & 1) << (2 + (3 * (offs)))) macro
47 #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()