Searched refs:DIEPCTL (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/usb/dwc2/ |
| A D | debugfs.c | 394 dump_register(DIEPCTL(0)), 395 dump_register(DIEPCTL(1)), 396 dump_register(DIEPCTL(2)), 397 dump_register(DIEPCTL(3)), 398 dump_register(DIEPCTL(4)), 399 dump_register(DIEPCTL(5)), 400 dump_register(DIEPCTL(6)), 401 dump_register(DIEPCTL(7)), 402 dump_register(DIEPCTL(8)), 403 dump_register(DIEPCTL(9)), [all …]
|
| A D | gadget.c | 2611 reg = dwc2_readl(hsotg, DIEPCTL(ep)); in dwc2_hsotg_set_ep_maxpacket() 2614 dwc2_writel(hsotg, reg, DIEPCTL(ep)); in dwc2_hsotg_set_ep_maxpacket() 2995 DIEPCTL(hs_ep->index)); in dwc2_gadget_handle_nak() 3008 ctrl = dwc2_readl(hsotg, DIEPCTL(hs_ep->index)); in dwc2_gadget_handle_nak() 3153 dwc2_set_bit(hsotg, DIEPCTL(0), in dwc2_hsotg_epint() 3637 epctrl = dwc2_readl(hsotg, DIEPCTL(idx)); in dwc2_gadget_handle_incomplete_isoc_in() 3642 dwc2_writel(hsotg, epctrl, DIEPCTL(idx)); in dwc2_gadget_handle_incomplete_isoc_in() 4419 epreg = DIEPCTL(index); in dwc2_hsotg_ep_sethalt() 4860 dwc2_writel(hsotg, next, DIEPCTL(epnum)); in dwc2_hsotg_initep() 4956 dwc2_readl(hsotg, DIEPCTL(idx)), in dwc2_hsotg_dump() [all …]
|
| A D | hw.h | 522 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20)) macro
|
Completed in 16 milliseconds