Searched refs:DIEPCTL (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/usb/dwc2/ |
D | debugfs.c | 156 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 …]
|
D | gadget.c | 915 depctl = hs_ep->dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_gadget_start_isoc_ddma() 967 epctrl_reg = dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_hsotg_start_req() 1941 u32 epctl_reg = hs_ep->dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_hsotg_program_zlp() 2475 reg = dwc2_readl(hsotg, DIEPCTL(ep)); in dwc2_hsotg_set_ep_maxpacket() 2478 dwc2_writel(hsotg, reg, DIEPCTL(ep)); in dwc2_hsotg_set_ep_maxpacket() 2686 u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx); in dwc2_gadget_handle_ep_disabled() 2822 DIEPCTL(hs_ep->index)); in dwc2_gadget_handle_nak() 2828 dwc2_writel(hsotg, ctrl, DIEPCTL(hs_ep->index)); in dwc2_gadget_handle_nak() 2852 u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx); in dwc2_hsotg_epint() 3425 epctrl = dwc2_readl(hsotg, DIEPCTL(idx)); in dwc2_gadget_handle_incomplete_isoc_in() [all …]
|
D | hw.h | 511 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20)) macro
|