Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H 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 …]
H A Dgadget.c2611 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()
3634 epctrl = dwc2_readl(hsotg, DIEPCTL(idx)); in dwc2_gadget_handle_incomplete_isoc_in()
3639 dwc2_writel(hsotg, epctrl, DIEPCTL(idx)); in dwc2_gadget_handle_incomplete_isoc_in()
4416 epreg = DIEPCTL(index); in dwc2_hsotg_ep_sethalt()
4857 dwc2_writel(hsotg, next, DIEPCTL(epnum)); in dwc2_hsotg_initep()
4953 dwc2_readl(hsotg, DIEPCTL(idx)), in dwc2_hsotg_dump()
[all …]
H A Dhw.h508 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20)) macro
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h532 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20)) macro