Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dgadget.c1166 reg = (ep0->dir_in) ? DIEPCTL0 : DOEPCTL0; in dwc2_hsotg_stall_ep0()
2148 dwc2_readl(hsotg->regs + DOEPCTL0)); in dwc2_hsotg_irq_enumdone()
2384 dwc2_readl(hsotg->regs + DOEPCTL0)); in dwc2_hsotg_core_init_disconnected()
2421 hsotg->regs + DOEPCTL0); in dwc2_hsotg_core_init_disconnected()
2431 dwc2_readl(hsotg->regs + DOEPCTL0)); in dwc2_hsotg_core_init_disconnected()
Dhw.h496 #define DOEPCTL0 HSOTG_REG(0xB00) macro