Lines Matching refs:epctrl_reg
530 u32 epctrl_reg; in s3c_hsotg_start_req() local
551 epctrl_reg = dir_in ? DIEPCTL(index) : DOEPCTL(index); in s3c_hsotg_start_req()
555 __func__, readl(hsotg->regs + epctrl_reg), index, in s3c_hsotg_start_req()
559 ctrl = readl(hsotg->regs + epctrl_reg); in s3c_hsotg_start_req()
650 writel(ctrl, hsotg->regs + epctrl_reg); in s3c_hsotg_start_req()
681 if (!(readl(hsotg->regs + epctrl_reg) & DXEPCTL_EPENA)) in s3c_hsotg_start_req()
684 index, readl(hsotg->regs + epctrl_reg)); in s3c_hsotg_start_req()
687 __func__, readl(hsotg->regs + epctrl_reg)); in s3c_hsotg_start_req()
2593 u32 epctrl_reg; in s3c_hsotg_ep_enable() local
2618 epctrl_reg = dir_in ? DIEPCTL(index) : DOEPCTL(index); in s3c_hsotg_ep_enable()
2619 epctrl = readl(hsotg->regs + epctrl_reg); in s3c_hsotg_ep_enable()
2622 __func__, epctrl, epctrl_reg); in s3c_hsotg_ep_enable()
2732 writel(epctrl, hsotg->regs + epctrl_reg); in s3c_hsotg_ep_enable()
2734 __func__, readl(hsotg->regs + epctrl_reg)); in s3c_hsotg_ep_enable()
2755 u32 epctrl_reg; in s3c_hsotg_ep_disable_force() local
2765 epctrl_reg = dir_in ? DIEPCTL(index) : DOEPCTL(index); in s3c_hsotg_ep_disable_force()
2773 ctrl = readl(hsotg->regs + epctrl_reg); in s3c_hsotg_ep_disable_force()
2779 writel(ctrl, hsotg->regs + epctrl_reg); in s3c_hsotg_ep_disable_force()