Searched refs:DWC3_DSTS (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/usb/dwc3/ |
D | gadget.c | 76 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() 1409 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in __dwc3_gadget_get_frame() 1951 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in __dwc3_gadget_wakeup() 1983 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in __dwc3_gadget_wakeup() 2074 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_gadget_run_stop() 3309 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_gadget_conndone_interrupt()
|
D | debugfs.c | 555 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_link_state_show() 608 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_link_state_write()
|
D | core.h | 148 #define DWC3_DSTS 0xc70c macro
|