Lines Matching refs:epctrl_reg
654 u32 epctrl_reg; in s3c_hsotg_start_req() local
675 epctrl_reg = dir_in ? S3C_DIEPCTL(index) : S3C_DOEPCTL(index); in s3c_hsotg_start_req()
679 __func__, readl(hsotg->regs + epctrl_reg), index, in s3c_hsotg_start_req()
734 ctrl = readl(hsotg->regs + epctrl_reg); in s3c_hsotg_start_req()
764 writel(ctrl, hsotg->regs + epctrl_reg); in s3c_hsotg_start_req()
789 if (!(readl(hsotg->regs + epctrl_reg) & S3C_DxEPCTL_EPEna)) in s3c_hsotg_start_req()
792 index, readl(hsotg->regs + epctrl_reg)); in s3c_hsotg_start_req()
795 __func__, readl(hsotg->regs + epctrl_reg)); in s3c_hsotg_start_req()
2234 u32 epctrl_reg; in s3c_hsotg_ep_enable() local
2258 epctrl_reg = dir_in ? S3C_DIEPCTL(index) : S3C_DOEPCTL(index); in s3c_hsotg_ep_enable()
2259 epctrl = readl(hsotg->regs + epctrl_reg); in s3c_hsotg_ep_enable()
2262 __func__, epctrl, epctrl_reg); in s3c_hsotg_ep_enable()
2329 writel(epctrl, hsotg->regs + epctrl_reg); in s3c_hsotg_ep_enable()
2331 __func__, readl(hsotg->regs + epctrl_reg)); in s3c_hsotg_ep_enable()
2348 u32 epctrl_reg; in s3c_hsotg_ep_disable() local
2358 epctrl_reg = dir_in ? S3C_DIEPCTL(index) : S3C_DOEPCTL(index); in s3c_hsotg_ep_disable()
2365 ctrl = readl(hsotg->regs + epctrl_reg); in s3c_hsotg_ep_disable()
2371 writel(ctrl, hsotg->regs + epctrl_reg); in s3c_hsotg_ep_disable()