Lines Matching refs:pctl_offset
61 reg_mask = bank->pctl_offset + bank->eint_mask_offset; in exynos_irq_mask()
90 reg_pend = bank->pctl_offset + bank->eint_pend_offset; in exynos_irq_ack()
126 reg_mask = bank->pctl_offset + bank->eint_mask_offset; in exynos_irq_unmask()
184 reg_con = bank->pctl_offset + bank->eint_con_offset; in exynos_irq_set_type()
234 reg_con = bank->pctl_offset + bank_type->reg_offset[PINCFG_TYPE_FUNC]; in exynos_irq_request_resources()
267 reg_con = bank->pctl_offset + bank_type->reg_offset[PINCFG_TYPE_FUNC]; in exynos_irq_release_resources()
805 save->eint_con = readl(regs + bank->pctl_offset + bank->eint_con_offset); in exynosauto_pinctrl_suspend_bank()
806 save->eint_mask = readl(regs + bank->pctl_offset + bank->eint_mask_offset); in exynosauto_pinctrl_suspend_bank()
888 readl(regs + bank->pctl_offset + bank->eint_con_offset), save->eint_con); in exynosauto_pinctrl_resume_bank()
890 readl(regs + bank->pctl_offset + bank->eint_mask_offset), save->eint_mask); in exynosauto_pinctrl_resume_bank()
892 writel(save->eint_con, regs + bank->pctl_offset + bank->eint_con_offset); in exynosauto_pinctrl_resume_bank()
893 writel(save->eint_mask, regs + bank->pctl_offset + bank->eint_mask_offset); in exynosauto_pinctrl_resume_bank()