Home
last modified time | relevance | path

Searched refs:epctrl_reg (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/usb/dwc2/
Dgadget.c530 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()
[all …]