Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc2/
H A Ddebugfs.c157 out = dwc2_readl(hsotg, DOEPCTL(idx)); in state_show()
159 seq_printf(seq, "ep%d: DIEPCTL=0x%08x, DOEPCTL=0x%08x", in state_show()
239 seq_printf(seq, "\tDIEPCTL=0x%08x, DOEPCTL=0x%08x\n", in ep_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(
[all...]
H A Dgadget.c1021 depctl = hs_ep->dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_gadget_start_isoc_ddma()
1079 epctrl_reg = dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_hsotg_start_req()
2075 u32 epctl_reg = hs_ep->dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_hsotg_program_zlp()
2272 u32 epctl = dwc2_readl(hsotg, DOEPCTL(ep_idx)); in dwc2_hsotg_rx_data()
2514 dwc2_readl(hsotg, DOEPCTL(0))); in dwc2_hsotg_handle_rx()
2532 dwc2_readl(hsotg, DOEPCTL(0))); in dwc2_hsotg_handle_rx()
2616 reg = dwc2_readl(hsotg, DOEPCTL(ep)); in dwc2_hsotg_set_ep_maxpacket()
2619 dwc2_writel(hsotg, reg, DOEPCTL(ep)); in dwc2_hsotg_set_ep_maxpacket()
2830 u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx); in dwc2_gadget_handle_ep_disabled()
2911 ctrl = dwc2_readl(hsotg, DOEPCTL(e in dwc2_gadget_handle_out_token_ep_disabled()
[all...]
H A Dhw.h525 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20)) macro