Home
last modified time | relevance | path

Searched refs:mt6391_gpio_set_pull (Results 1 – 3 of 3) sorted by relevance

/external/coreboot/src/soc/mediatek/mt8173/
Dmt6391.c478 void mt6391_gpio_set_pull(u32 pin, enum mt6391_pull_enable enable, in mt6391_gpio_set_pull() function
550 mt6391_gpio_set_pull(gpio, MT6391_GPIO_PULL_ENABLE, in mt6391_gpio_input_pulldown()
558 mt6391_gpio_set_pull(gpio, MT6391_GPIO_PULL_ENABLE, in mt6391_gpio_input_pullup()
566 mt6391_gpio_set_pull(gpio, MT6391_GPIO_PULL_DISABLE, in mt6391_gpio_input()
574 mt6391_gpio_set_pull(gpio, MT6391_GPIO_PULL_DISABLE, in mt6391_gpio_output()
Drtc.c15 mt6391_gpio_set_pull(3, MT6391_GPIO_PULL_DISABLE, in rtc_gpio_init()
/external/coreboot/src/soc/mediatek/mt8173/include/soc/
Dmt6391.h362 void mt6391_gpio_set_pull(u32 gpio, enum mt6391_pull_enable enable,