Home
last modified time | relevance | path

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

/trusted-firmware-a/plat/mediatek/common/drivers/gpio/
A Dmtgpio_common.h52 MT_GPIO_PULL_ENABLE = 1, enumerator
58 MT_GPIO_PULL_EN_DEFAULT = MT_GPIO_PULL_ENABLE,
A Dmtgpio_common.c102 if (enable == MT_GPIO_PULL_ENABLE) { in mt_gpio_set_spec_pull_pupd()
128 if (enable == MT_GPIO_PULL_ENABLE) { in mt_gpio_set_pull_pu_pd()
227 mt_gpio_set_pull_chip(pin, MT_GPIO_PULL_ENABLE, MT_GPIO_PULL_UP); in mt_set_gpio_pull_select_chip()
229 mt_gpio_set_pull_chip(pin, MT_GPIO_PULL_ENABLE, MT_GPIO_PULL_DOWN); in mt_set_gpio_pull_select_chip()

Completed in 4 milliseconds