Lines Matching refs:epctrl
2235 u32 epctrl; in s3c_hsotg_ep_enable() local
2259 epctrl = readl(hsotg->regs + epctrl_reg); in s3c_hsotg_ep_enable()
2262 __func__, epctrl, epctrl_reg); in s3c_hsotg_ep_enable()
2266 epctrl &= ~(S3C_DxEPCTL_EPType_MASK | S3C_DxEPCTL_MPS_MASK); in s3c_hsotg_ep_enable()
2267 epctrl |= S3C_DxEPCTL_MPS(mps); in s3c_hsotg_ep_enable()
2271 epctrl |= S3C_DxEPCTL_USBActEp; in s3c_hsotg_ep_enable()
2279 epctrl |= S3C_DxEPCTL_SNAK; in s3c_hsotg_ep_enable()
2294 epctrl |= S3C_DxEPCTL_EPType_Bulk; in s3c_hsotg_ep_enable()
2305 epctrl |= S3C_DxEPCTL_TxFNum(index); in s3c_hsotg_ep_enable()
2308 epctrl |= S3C_DxEPCTL_EPType_Intterupt; in s3c_hsotg_ep_enable()
2312 epctrl |= S3C_DxEPCTL_EPType_Control; in s3c_hsotg_ep_enable()
2320 epctrl |= S3C_DxEPCTL_TxFNum(index); in s3c_hsotg_ep_enable()
2324 epctrl |= S3C_DxEPCTL_SetD0PID; in s3c_hsotg_ep_enable()
2327 __func__, epctrl); in s3c_hsotg_ep_enable()
2329 writel(epctrl, hsotg->regs + epctrl_reg); in s3c_hsotg_ep_enable()