Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/dwc3/
Dgadget.c76 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_gadget_get_link_state()
100 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_gadget_set_link_state()
128 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_gadget_set_link_state()
1253 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in __dwc3_gadget_get_frame()
1592 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in __dwc3_gadget_wakeup()
1627 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in __dwc3_gadget_wakeup()
1703 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_gadget_run_stop()
2673 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_gadget_conndone_interrupt()
Ddebugfs.c438 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_link_state_show()
Dcore.h144 #define DWC3_DSTS 0xc70c macro