Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/mediatek/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.c103 if (enable == MT_GPIO_PULL_ENABLE) { in mt_gpio_set_spec_pull_pupd()
129 if (enable == MT_GPIO_PULL_ENABLE) { in mt_gpio_set_pull_pu_pd()
228 mt_gpio_set_pull_chip(pin, MT_GPIO_PULL_ENABLE, MT_GPIO_PULL_UP); in mt_set_gpio_pull_select_chip()
230 mt_gpio_set_pull_chip(pin, MT_GPIO_PULL_ENABLE, MT_GPIO_PULL_DOWN); in mt_set_gpio_pull_select_chip()

Completed in 3 milliseconds