Searched refs:DOEPCTL (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/usb/dwc2/ |
D | debugfs.c | 157 out = dwc2_readl(hsotg, DOEPCTL(idx)); in state_show() 240 dwc2_readl(hsotg, DOEPCTL(index))); in ep_show() 409 dump_register(DOEPCTL(0)), 410 dump_register(DOEPCTL(1)), 411 dump_register(DOEPCTL(2)), 412 dump_register(DOEPCTL(3)), 413 dump_register(DOEPCTL(4)), 414 dump_register(DOEPCTL(5)), 415 dump_register(DOEPCTL(6)), 416 dump_register(DOEPCTL(7)), [all …]
|
D | gadget.c | 992 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() 2230 u32 epctl = dwc2_readl(hsotg, DOEPCTL(ep_idx)); in dwc2_hsotg_rx_data() 2419 dwc2_hsotg_change_ep_iso_parity(hsotg, DOEPCTL(epnum)); in dwc2_hsotg_handle_outdone() 2480 dwc2_readl(hsotg, DOEPCTL(0))); in dwc2_hsotg_handle_rx() 2498 dwc2_readl(hsotg, DOEPCTL(0))); in dwc2_hsotg_handle_rx() 2582 reg = dwc2_readl(hsotg, DOEPCTL(ep)); in dwc2_hsotg_set_ep_maxpacket() 2585 dwc2_writel(hsotg, reg, DOEPCTL(ep)); in dwc2_hsotg_set_ep_maxpacket() 2788 u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx); in dwc2_gadget_handle_ep_disabled() [all …]
|
D | hw.h | 531 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20)) macro
|