Searched refs:DIEPCTL (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/usb/dwc2/ |
H A D | debugfs.c | 156 in = dwc2_readl(hsotg, DIEPCTL(idx)); in state_show() 240 dwc2_readl(hsotg, DIEPCTL(index)), in ep_show() 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)), [all …]
|
H A D | gadget.c | 1021 depctl = hs_ep->dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_gadget_start_isoc_ddma() 1079 epctrl_reg = dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_hsotg_start_req() 2075 u32 epctl_reg = hs_ep->dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_hsotg_program_zlp() 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() 2830 u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx); in dwc2_gadget_handle_ep_disabled() 2995 DIEPCTL(hs_ep->index)); in dwc2_gadget_handle_nak() 3001 dwc2_writel(hsotg, ctrl, DIEPCTL(hs_ep->index)); in dwc2_gadget_handle_nak() 3008 ctrl = dwc2_readl(hsotg, DIEPCTL(hs_ep->index)); in dwc2_gadget_handle_nak() 3044 u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx); in dwc2_hsotg_epint() [all …]
|
H A D | hw.h | 508 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20)) macro
|
/openbmc/qemu/include/hw/usb/ |
H A D | dwc2-regs.h | 532 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20)) macro
|