Searched refs:epctl_reg (Results 1 – 1 of 1) sorted by relevance
1335 u32 epctl_reg = hs_ep->dir_in ? DIEPCTL(index) : DOEPCTL(index); in s3c_hsotg_program_zlp() local1349 ctrl = readl(hsotg->regs + epctl_reg); in s3c_hsotg_program_zlp()1353 writel(ctrl, hsotg->regs + epctl_reg); in s3c_hsotg_program_zlp()1927 u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx); in s3c_hsotg_epint() local1933 ctrl = readl(hsotg->regs + epctl_reg); in s3c_hsotg_epint()1957 writel(ctrl, hsotg->regs + epctl_reg); in s3c_hsotg_epint()1962 __func__, readl(hsotg->regs + epctl_reg), in s3c_hsotg_epint()1988 int epctl = readl(hsotg->regs + epctl_reg); in s3c_hsotg_epint()