Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/mediatek/drivers/gpio/
Dmtgpio_common.c21 #define MAX_GPIO_REG_BITS 32 macro
36 pos = pin / MAX_GPIO_REG_BITS; in mt_set_gpio_dir_chip()
37 bit = pin % MAX_GPIO_REG_BITS; in mt_set_gpio_dir_chip()
53 pos = pin / MAX_GPIO_REG_BITS; in mt_get_gpio_dir_chip()
54 bit = pin % MAX_GPIO_REG_BITS; in mt_get_gpio_dir_chip()
67 pos = pin / MAX_GPIO_REG_BITS; in mt_set_gpio_out_chip()
68 bit = pin % MAX_GPIO_REG_BITS; in mt_set_gpio_out_chip()
84 pos = pin / MAX_GPIO_REG_BITS; in mt_get_gpio_in_chip()
85 bit = pin % MAX_GPIO_REG_BITS; in mt_get_gpio_in_chip()
/trusted-firmware-a-latest/plat/mediatek/mt8183/drivers/gpio/
Dmtgpio.c24 #define MAX_GPIO_REG_BITS 32 macro
41 pos = pin / MAX_GPIO_REG_BITS; in mt_set_gpio_dir_chip()
42 bit = pin % MAX_GPIO_REG_BITS; in mt_set_gpio_dir_chip()
57 pos = pin / MAX_GPIO_REG_BITS; in mt_get_gpio_dir_chip()
58 bit = pin % MAX_GPIO_REG_BITS; in mt_get_gpio_dir_chip()
71 pos = pin / MAX_GPIO_REG_BITS; in mt_set_gpio_out_chip()
72 bit = pin % MAX_GPIO_REG_BITS; in mt_set_gpio_out_chip()
87 pos = pin / MAX_GPIO_REG_BITS; in mt_get_gpio_out_chip()
88 bit = pin % MAX_GPIO_REG_BITS; in mt_get_gpio_out_chip()
101 pos = pin / MAX_GPIO_REG_BITS; in mt_get_gpio_in_chip()
[all …]