Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc2/
A Ddebugfs.c394 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 Dgadget.c2608 reg = dwc2_readl(hsotg, DIEPCTL(ep)); in dwc2_hsotg_set_ep_maxpacket()
2611 dwc2_writel(hsotg, reg, DIEPCTL(ep)); in dwc2_hsotg_set_ep_maxpacket()
2992 DIEPCTL(hs_ep->index)); in dwc2_gadget_handle_nak()
3005 ctrl = dwc2_readl(hsotg, DIEPCTL(hs_ep->index)); in dwc2_gadget_handle_nak()
3150 dwc2_set_bit(hsotg, DIEPCTL(0), in dwc2_hsotg_epint()
3630 epctrl = dwc2_readl(hsotg, DIEPCTL(idx)); in dwc2_gadget_handle_incomplete_isoc_in()
3635 dwc2_writel(hsotg, epctrl, DIEPCTL(idx)); in dwc2_gadget_handle_incomplete_isoc_in()
4406 epreg = DIEPCTL(index); in dwc2_hsotg_ep_sethalt()
4848 dwc2_writel(hsotg, next, DIEPCTL(epnum)); in dwc2_hsotg_initep()
4944 dwc2_readl(hsotg, DIEPCTL(idx)), in dwc2_hsotg_dump()
[all …]
A Dhw.h538 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20)) macro

Completed in 18 milliseconds