Lines Matching refs:pctl_offset
68 reg_mask = bank->pctl_offset + bank->eint_mask_offset; in exynos_irq_mask()
97 reg_pend = bank->pctl_offset + bank->eint_pend_offset; in exynos_irq_ack()
133 reg_mask = bank->pctl_offset + bank->eint_mask_offset; in exynos_irq_unmask()
191 reg_con = bank->pctl_offset + bank->eint_con_offset; in exynos_irq_set_type()
241 reg_con = bank->pctl_offset + bank_type->reg_offset[PINCFG_TYPE_FUNC]; in exynos_irq_request_resources()
274 reg_con = bank->pctl_offset + bank_type->reg_offset[PINCFG_TYPE_FUNC]; in exynos_irq_release_resources()
951 save->eint_con = readl(regs + bank->pctl_offset + in exynosautov920_pinctrl_suspend()
953 save->eint_mask = readl(regs + bank->pctl_offset + in exynosautov920_pinctrl_suspend()
1044 readl(regs + bank->pctl_offset + bank->eint_con_offset), in exynosautov920_pinctrl_resume()
1047 readl(regs + bank->pctl_offset + in exynosautov920_pinctrl_resume()
1051 regs + bank->pctl_offset + bank->eint_con_offset); in exynosautov920_pinctrl_resume()
1053 regs + bank->pctl_offset + bank->eint_mask_offset); in exynosautov920_pinctrl_resume()