Home
last modified time | relevance | path

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

/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()
131 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_gadget_set_link_state()
1650 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in __dwc3_gadget_get_frame()
2252 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in __dwc3_gadget_wakeup()
2286 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in __dwc3_gadget_wakeup()
2474 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_gadget_run_stop()
3856 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_gadget_conndone_interrupt()
Ddebugfs.c589 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_link_state_show()
650 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_link_state_write()
Dcore.h153 #define DWC3_DSTS 0xc70c macro