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

/linux-master/include/linux/gpio/
H A Dgpio-nomadik.h23 #define NMK_GPIO_SLPC 0x1c macro
/linux-master/drivers/gpio/
H A Dgpio-nomadik.c50 slpm = readl(nmk_chip->addr + NMK_GPIO_SLPC);
55 writel(slpm, nmk_chip->addr + NMK_GPIO_SLPC);
/linux-master/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c454 slpm[i] = readl(chip->addr + NMK_GPIO_SLPC);
455 writel(temp, chip->addr + NMK_GPIO_SLPC);
469 writel(slpm[i], chip->addr + NMK_GPIO_SLPC);

Completed in 127 milliseconds