Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Ddb8500_gpio.c44 #define DB8500_GPIO_PDIS 0x0c macro
122 pdis = readl(addr + DB8500_GPIO_PDIS); in db8500_gpio_set_pull()
127 writel(pdis, addr + DB8500_GPIO_PDIS); in db8500_gpio_set_pull()