Searched refs:MAX_GPIO_MODE_PER_REG (Results 1 – 2 of 2) sorted by relevance
23 #define MAX_GPIO_MODE_PER_REG 8 macro120 pos = pin / MAX_GPIO_MODE_PER_REG; in mt_set_gpio_mode_chip()121 bit = (pin % MAX_GPIO_MODE_PER_REG) * GPIO_MODE_BITS; in mt_set_gpio_mode_chip()139 pos = pin / MAX_GPIO_MODE_PER_REG; in mt_get_gpio_mode_chip()140 bit = (pin % MAX_GPIO_MODE_PER_REG) * GPIO_MODE_BITS; in mt_get_gpio_mode_chip()
19 #define MAX_GPIO_MODE_PER_REG 8 macro