Searched refs:NMK_GPIO_SLPC (Results 1 – 2 of 2) sorted by relevance
89 slpm = readl(nmk_chip->addr + NMK_GPIO_SLPC); in __nmk_gpio_set_slpm()94 writel(slpm, nmk_chip->addr + NMK_GPIO_SLPC); in __nmk_gpio_set_slpm()268 slpm[i] = readl(chip->addr + NMK_GPIO_SLPC); in nmk_gpio_glitch_slpm_init()269 writel(temp, chip->addr + NMK_GPIO_SLPC); in nmk_gpio_glitch_slpm_init()283 writel(slpm[i], chip->addr + NMK_GPIO_SLPC); in nmk_gpio_glitch_slpm_restore()879 chip->slpm = readl(chip->addr + NMK_GPIO_SLPC); in nmk_gpio_wakeups_suspend()882 writel(~chip->real_wake, chip->addr + NMK_GPIO_SLPC); in nmk_gpio_wakeups_suspend()901 writel(chip->slpm, chip->addr + NMK_GPIO_SLPC); in nmk_gpio_wakeups_resume()
40 #define NMK_GPIO_SLPC 0x1c macro