Searched refs:epctl_reg (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/usb/dwc2/
H A Dgadget.c1335 u32 epctl_reg = hs_ep->dir_in ? DIEPCTL(index) : DOEPCTL(index); s3c_hsotg_program_zlp() local
1349 ctrl = readl(hsotg->regs + epctl_reg); s3c_hsotg_program_zlp()
1353 writel(ctrl, hsotg->regs + epctl_reg); s3c_hsotg_program_zlp()
1927 u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx); s3c_hsotg_epint() local
1933 ctrl = readl(hsotg->regs + epctl_reg); s3c_hsotg_epint()
1957 writel(ctrl, hsotg->regs + epctl_reg); s3c_hsotg_epint()
1962 __func__, readl(hsotg->regs + epctl_reg), s3c_hsotg_epint()
1988 int epctl = readl(hsotg->regs + epctl_reg); s3c_hsotg_epint()

Completed in 88 milliseconds