Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dgadget.c2796 u32 epint_reg = dir_in ? DIEPINT(idx) : DOEPINT(idx); in dwc2_gadget_read_ep_interrupts() local
2806 ints = dwc2_readl(hsotg, epint_reg); in dwc2_gadget_read_ep_interrupts()
3043 u32 epint_reg = dir_in ? DIEPINT(idx) : DOEPINT(idx); in dwc2_hsotg_epint() local
3051 dwc2_writel(hsotg, ints, epint_reg); in dwc2_hsotg_epint()
3918 u32 epint_reg; in dwc2_hsotg_ep_stop_xfr() local
3922 epint_reg = hs_ep->dir_in ? DIEPINT(hs_ep->index) : in dwc2_hsotg_ep_stop_xfr()
3932 if (dwc2_hsotg_wait_bit_set(hsotg, epint_reg, in dwc2_hsotg_ep_stop_xfr()
3979 if (dwc2_hsotg_wait_bit_set(hsotg, epint_reg, DXEPINT_EPDISBLD, 100)) in dwc2_hsotg_ep_stop_xfr()
3984 dwc2_set_bit(hsotg, epint_reg, DXEPINT_EPDISBLD); in dwc2_hsotg_ep_stop_xfr()