Searched refs:DWC3_DSTS (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | gadget.c | 75 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_gadget_get_link_state() 99 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_gadget_set_link_state() 127 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_gadget_set_link_state() 1252 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_gadget_get_frame() 1278 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_gadget_wakeup() 1318 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_gadget_wakeup() 1381 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_gadget_run_stop() 2140 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_gadget_conndone_interrupt()
|
H A D | core.h | 120 #define DWC3_DSTS 0xc70c macro
|
/openbmc/linux/drivers/usb/dwc3/ |
H A 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() 1723 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in __dwc3_gadget_get_frame() 2358 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in __dwc3_gadget_wakeup() 2403 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in __dwc3_gadget_wakeup() 2676 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_gadget_run_stop() 4151 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_gadget_conndone_interrupt()
|
H A D | debugfs.c | 594 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_link_state_show() 655 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_link_state_write()
|
H A D | core.h | 154 #define DWC3_DSTS 0xc70c macro
|
H A D | core.c | 580 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_event_buffers_cleanup()
|