Searched refs:DIEPCTL (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/usb/dwc2/ |
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 …]
|
D | gadget.c | 1022 depctl = hs_ep->dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_gadget_start_isoc_ddma() 1080 epctrl_reg = dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_hsotg_start_req() 2072 u32 epctl_reg = hs_ep->dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_hsotg_program_zlp() 2608 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() 2827 u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx); in dwc2_gadget_handle_ep_disabled() 2992 DIEPCTL(hs_ep->index)); in dwc2_gadget_handle_nak() 2998 dwc2_writel(hsotg, ctrl, DIEPCTL(hs_ep->index)); in dwc2_gadget_handle_nak() 3005 ctrl = dwc2_readl(hsotg, DIEPCTL(hs_ep->index)); in dwc2_gadget_handle_nak() 3041 u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx); in dwc2_hsotg_epint() [all …]
|
D | hw.h | 508 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20)) macro
|