Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/dwc2/
Ddebugfs.c157 out = dwc2_readl(hsotg, DOEPCTL(idx)); in state_show()
241 dwc2_readl(hsotg, DOEPCTL(index))); in ep_show()
410 dump_register(DOEPCTL(0)),
411 dump_register(DOEPCTL(1)),
412 dump_register(DOEPCTL(2)),
413 dump_register(DOEPCTL(3)),
414 dump_register(DOEPCTL(4)),
415 dump_register(DOEPCTL(5)),
416 dump_register(DOEPCTL(6)),
417 dump_register(DOEPCTL(7)),
[all …]
Dgadget.c1010 depctl = hs_ep->dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_gadget_start_isoc_ddma()
1062 epctrl_reg = dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_hsotg_start_req()
2052 u32 epctl_reg = hs_ep->dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_hsotg_program_zlp()
2249 u32 epctl = dwc2_readl(hsotg, DOEPCTL(ep_idx)); in dwc2_hsotg_rx_data()
2452 dwc2_hsotg_change_ep_iso_parity(hsotg, DOEPCTL(epnum)); in dwc2_hsotg_handle_outdone()
2513 dwc2_readl(hsotg, DOEPCTL(0))); in dwc2_hsotg_handle_rx()
2531 dwc2_readl(hsotg, DOEPCTL(0))); in dwc2_hsotg_handle_rx()
2615 reg = dwc2_readl(hsotg, DOEPCTL(ep)); in dwc2_hsotg_set_ep_maxpacket()
2618 dwc2_writel(hsotg, reg, DOEPCTL(ep)); in dwc2_hsotg_set_ep_maxpacket()
2821 u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx); in dwc2_gadget_handle_ep_disabled()
[all …]
Dhw.h540 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20)) macro