Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-nomadik/include/plat/
Dgpio.h36 #define NMK_GPIO_PDIS 0x0c macro
/linux-2.6.39/arch/arm/plat-nomadik/
Dgpio.c103 pdis = readl(nmk_chip->addr + NMK_GPIO_PDIS); in __nmk_gpio_set_pull()
108 writel(pdis, nmk_chip->addr + NMK_GPIO_PDIS); in __nmk_gpio_set_pull()
822 pull = !(readl(nmk_chip->addr + NMK_GPIO_PDIS) & bit); in nmk_gpio_dbg_show()