Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/mediatek/mt8183/drivers/gpio/
Dmtgpio.c23 #define MAX_GPIO_MODE_PER_REG 8 macro
120 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()
/trusted-firmware-a-latest/plat/mediatek/drivers/gpio/
Dmtgpio_common.c20 #define MAX_GPIO_MODE_PER_REG 8 macro