DIEPCTL
in = dwc2_readl(hsotg, DIEPCTL(idx));
dwc2_readl(hsotg, DIEPCTL(index)),
dump_register(DIEPCTL(0)),
dump_register(DIEPCTL(1)),
dump_register(DIEPCTL(2)),
dump_register(DIEPCTL(3)),
dump_register(DIEPCTL(4)),
dump_register(DIEPCTL(5)),
dump_register(DIEPCTL(6)),
dump_register(DIEPCTL(7)),
dump_register(DIEPCTL(8)),
dump_register(DIEPCTL(9)),
dump_register(DIEPCTL(10)),
dump_register(DIEPCTL(11)),
dump_register(DIEPCTL(12)),
dump_register(DIEPCTL(13)),
dump_register(DIEPCTL(14)),
dump_register(DIEPCTL(15)),
depctl = hs_ep->dir_in ? DIEPCTL(index) : DOEPCTL(index);
epctrl_reg = dir_in ? DIEPCTL(index) : DOEPCTL(index);
u32 epctl_reg = hs_ep->dir_in ? DIEPCTL(index) : DOEPCTL(index);
reg = dwc2_readl(hsotg, DIEPCTL(ep));
dwc2_writel(hsotg, reg, DIEPCTL(ep));
u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx);
DIEPCTL(hs_ep->index));
dwc2_writel(hsotg, ctrl, DIEPCTL(hs_ep->index));
ctrl = dwc2_readl(hsotg, DIEPCTL(hs_ep->index));
u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx);
dwc2_set_bit(hsotg, DIEPCTL(0),
epctrl = dwc2_readl(hsotg, DIEPCTL(idx));
dwc2_writel(hsotg, epctrl, DIEPCTL(idx));
epctrl_reg = hs_ep->dir_in ? DIEPCTL(hs_ep->index) :
epctrl_reg = dir_in ? DIEPCTL(index) : DOEPCTL(index);
epctrl_reg = dir_in ? DIEPCTL(index) : DOEPCTL(index);
epreg = DIEPCTL(index);
dwc2_writel(hsotg, next, DIEPCTL(epnum));
dwc2_readl(hsotg, DIEPCTL(idx)),
dr->diepctl[i] = dwc2_readl(hsotg, DIEPCTL(i));
dwc2_writel(hsotg, dr->diepctl[i], DIEPCTL(i));