Home
last modified time | relevance | path

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

/linux-6.1.9/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.c1022 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()
2269 u32 epctl = dwc2_readl(hsotg, DOEPCTL(ep_idx)); in dwc2_hsotg_rx_data()
2511 dwc2_readl(hsotg, DOEPCTL(0))); in dwc2_hsotg_handle_rx()
2529 dwc2_readl(hsotg, DOEPCTL(0))); in dwc2_hsotg_handle_rx()
2613 reg = dwc2_readl(hsotg, DOEPCTL(ep)); in dwc2_hsotg_set_ep_maxpacket()
2616 dwc2_writel(hsotg, reg, DOEPCTL(ep)); in dwc2_hsotg_set_ep_maxpacket()
2827 u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx); in dwc2_gadget_handle_ep_disabled()
2908 ctrl = dwc2_readl(hsotg, DOEPCTL(ep->index)); in dwc2_gadget_handle_out_token_ep_disabled()
[all …]
Dhw.h511 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20)) macro