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

/linux-4.4.14/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c212 #define NMK_GPIO_PDIS 0x0c macro
328 pdis = readl(nmk_chip->addr + NMK_GPIO_PDIS); __nmk_gpio_set_pull()
336 writel(pdis, nmk_chip->addr + NMK_GPIO_PDIS); __nmk_gpio_set_pull()
979 pull = !(readl(nmk_chip->addr + NMK_GPIO_PDIS) & bit); nmk_gpio_dbg_show_one()

Completed in 54 milliseconds