Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dgadget.c1951 u32 epint_reg = dir_in ? DIEPINT(idx) : DOEPINT(idx); in dwc2_hsotg_epint() local
1957 ints = dwc2_readl(hsotg->regs + epint_reg); in dwc2_hsotg_epint()
1961 dwc2_writel(ints, hsotg->regs + epint_reg); in dwc2_hsotg_epint()
2896 u32 epint_reg; in dwc2_hsotg_ep_stop_xfr() local
2900 epint_reg = hs_ep->dir_in ? DIEPINT(hs_ep->index) : in dwc2_hsotg_ep_stop_xfr()
2908 if (dwc2_hsotg_wait_bit_set(hsotg, epint_reg, in dwc2_hsotg_ep_stop_xfr()
2929 if (dwc2_hsotg_wait_bit_set(hsotg, epint_reg, DXEPINT_EPDISBLD, 100)) in dwc2_hsotg_ep_stop_xfr()