Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/dwc2/
Dgadget.c2033 u32 epctl_reg = hs_ep->dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_hsotg_program_zlp() local
2056 ctrl = dwc2_readl(hsotg, epctl_reg); in dwc2_hsotg_program_zlp()
2060 dwc2_writel(hsotg, ctrl, epctl_reg); in dwc2_hsotg_program_zlp()
2295 u32 epctl_reg) in dwc2_hsotg_change_ep_iso_parity() argument
2299 ctrl = dwc2_readl(hsotg, epctl_reg); in dwc2_hsotg_change_ep_iso_parity()
2304 dwc2_writel(hsotg, ctrl, epctl_reg); in dwc2_hsotg_change_ep_iso_parity()
2788 u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx); in dwc2_gadget_handle_ep_disabled() local
2794 int epctl = dwc2_readl(hsotg, epctl_reg); in dwc2_gadget_handle_ep_disabled()
2971 u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx); in dwc2_hsotg_epint() local
2977 ctrl = dwc2_readl(hsotg, epctl_reg); in dwc2_hsotg_epint()
[all …]