Searched refs:epctl_reg (Results 1 – 1 of 1) sorted by relevance
1941 u32 epctl_reg = hs_ep->dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_hsotg_program_zlp() local1964 ctrl = dwc2_readl(hsotg, epctl_reg); in dwc2_hsotg_program_zlp()1968 dwc2_writel(hsotg, ctrl, epctl_reg); in dwc2_hsotg_program_zlp()2198 u32 epctl_reg) in dwc2_hsotg_change_ep_iso_parity() argument2202 ctrl = dwc2_readl(hsotg, epctl_reg); in dwc2_hsotg_change_ep_iso_parity()2207 dwc2_writel(hsotg, ctrl, epctl_reg); in dwc2_hsotg_change_ep_iso_parity()2686 u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx); in dwc2_gadget_handle_ep_disabled() local2692 int epctl = dwc2_readl(hsotg, epctl_reg); in dwc2_gadget_handle_ep_disabled()2852 u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx); in dwc2_hsotg_epint() local2858 ctrl = dwc2_readl(hsotg, epctl_reg); in dwc2_hsotg_epint()[all …]