Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/dwc2/
Ddebugfs.c156 in = dwc2_readl(hsotg, DIEPCTL(idx)); in state_show()
239 dwc2_readl(hsotg, DIEPCTL(index)), in ep_show()
393 dump_register(DIEPCTL(0)),
394 dump_register(DIEPCTL(1)),
395 dump_register(DIEPCTL(2)),
396 dump_register(DIEPCTL(3)),
397 dump_register(DIEPCTL(4)),
398 dump_register(DIEPCTL(5)),
399 dump_register(DIEPCTL(6)),
400 dump_register(DIEPCTL(7)),
[all …]
Dgadget.c992 depctl = hs_ep->dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_gadget_start_isoc_ddma()
1044 epctrl_reg = dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_hsotg_start_req()
2033 u32 epctl_reg = hs_ep->dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_hsotg_program_zlp()
2577 reg = dwc2_readl(hsotg, DIEPCTL(ep)); in dwc2_hsotg_set_ep_maxpacket()
2580 dwc2_writel(hsotg, reg, DIEPCTL(ep)); in dwc2_hsotg_set_ep_maxpacket()
2788 u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx); in dwc2_gadget_handle_ep_disabled()
2941 DIEPCTL(hs_ep->index)); in dwc2_gadget_handle_nak()
2947 dwc2_writel(hsotg, ctrl, DIEPCTL(hs_ep->index)); in dwc2_gadget_handle_nak()
2971 u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx); in dwc2_hsotg_epint()
3090 dwc2_set_bit(hsotg, DIEPCTL(0), in dwc2_hsotg_epint()
[all …]
Dhw.h528 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20)) macro