Searched refs:NMK_GPIO_RWIMSC (Results 1 – 2 of 2) sorted by relevance
142 u32 rwimsc = readl(nmk_chip->addr + NMK_GPIO_RWIMSC); in __nmk_gpio_set_mode_safe()149 writel(rwimsc & ~bit, nmk_chip->addr + NMK_GPIO_RWIMSC); in __nmk_gpio_set_mode_safe()160 writel(rwimsc, nmk_chip->addr + NMK_GPIO_RWIMSC); in __nmk_gpio_set_mode_safe()518 u32 rimsc = which == WAKE ? NMK_GPIO_RWIMSC : NMK_GPIO_RIMSC; in __nmk_gpio_irq_modify()870 chip->rwimsc = readl(chip->addr + NMK_GPIO_RWIMSC); in nmk_gpio_wakeups_suspend()874 chip->addr + NMK_GPIO_RWIMSC); in nmk_gpio_wakeups_suspend()897 writel(chip->rwimsc, chip->addr + NMK_GPIO_RWIMSC); in nmk_gpio_wakeups_resume()
48 #define NMK_GPIO_RWIMSC 0x50 macro