Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/dwc2/
Dgadget.c1770 reg = (ep0->dir_in) ? DIEPCTL0 : DOEPCTL0; in dwc2_hsotg_stall_ep0()
3080 dwc2_readl(hsotg, DOEPCTL0)); in dwc2_hsotg_irq_enumdone()
3319 dwc2_readl(hsotg, DOEPCTL0)); in dwc2_hsotg_core_init_disconnected()
3356 DOEPCTL0); in dwc2_hsotg_core_init_disconnected()
3380 dwc2_readl(hsotg, DOEPCTL0)); in dwc2_hsotg_core_init_disconnected()
Dhw.h513 #define DOEPCTL0 HSOTG_REG(0xB00) macro