Searched refs:epctrl_reg (Results 1 – 1 of 1) sorted by relevance
654 u32 epctrl_reg; in s3c_hsotg_start_req() local675 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() local2258 epctrl_reg = dir_in ? S3C_DIEPCTL(index) : S3C_DOEPCTL(index); in s3c_hsotg_ep_enable()[all …]