Lines Matching refs:dwc2_readl
79 dctl = dwc2_readl(hsotg->regs + DCTL); in testmode_show()
140 dwc2_readl(regs + DCFG), in state_show()
141 dwc2_readl(regs + DCTL), in state_show()
142 dwc2_readl(regs + DSTS)); in state_show()
145 dwc2_readl(regs + DIEPMSK), dwc2_readl(regs + DOEPMSK)); in state_show()
148 dwc2_readl(regs + GINTMSK), in state_show()
149 dwc2_readl(regs + GINTSTS)); in state_show()
152 dwc2_readl(regs + DAINTMSK), in state_show()
153 dwc2_readl(regs + DAINT)); in state_show()
156 dwc2_readl(regs + GNPTXSTS), in state_show()
157 dwc2_readl(regs + GRXSTSR)); in state_show()
164 in = dwc2_readl(regs + DIEPCTL(idx)); in state_show()
165 out = dwc2_readl(regs + DOEPCTL(idx)); in state_show()
170 in = dwc2_readl(regs + DIEPTSIZ(idx)); in state_show()
171 out = dwc2_readl(regs + DOEPTSIZ(idx)); in state_show()
211 seq_printf(seq, "RXFIFO: Size %d\n", dwc2_readl(regs + GRXFSIZ)); in fifo_show()
213 val = dwc2_readl(regs + GNPTXFSIZ); in fifo_show()
221 val = dwc2_readl(regs + DPTXFSIZN(idx)); in fifo_show()
273 dwc2_readl(regs + DIEPCTL(index)), in ep_show()
274 dwc2_readl(regs + DOEPCTL(index))); in ep_show()
277 dwc2_readl(regs + DIEPDMA(index)), in ep_show()
278 dwc2_readl(regs + DOEPDMA(index))); in ep_show()
281 dwc2_readl(regs + DIEPINT(index)), in ep_show()
282 dwc2_readl(regs + DOEPINT(index))); in ep_show()
285 dwc2_readl(regs + DIEPTSIZ(index)), in ep_show()
286 dwc2_readl(regs + DOEPTSIZ(index))); in ep_show()