Searched refs:epctl_reg (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/usb/dwc2/ |
| D | gadget.c | 2052 u32 epctl_reg = hs_ep->dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_hsotg_program_zlp() local 2075 ctrl = dwc2_readl(hsotg, epctl_reg); in dwc2_hsotg_program_zlp() 2079 dwc2_writel(hsotg, ctrl, epctl_reg); in dwc2_hsotg_program_zlp() 2314 u32 epctl_reg) in dwc2_hsotg_change_ep_iso_parity() argument 2318 ctrl = dwc2_readl(hsotg, epctl_reg); in dwc2_hsotg_change_ep_iso_parity() 2323 dwc2_writel(hsotg, ctrl, epctl_reg); in dwc2_hsotg_change_ep_iso_parity() 2821 u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx); in dwc2_gadget_handle_ep_disabled() local 2827 int epctl = dwc2_readl(hsotg, epctl_reg); in dwc2_gadget_handle_ep_disabled() 3004 u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx); in dwc2_hsotg_epint() local 3039 __func__, dwc2_readl(hsotg, epctl_reg), in dwc2_hsotg_epint()
|