Searched refs:epctl_reg (Results 1 – 1 of 1) sorted by relevance
1337 u32 epctl_reg = hs_ep->dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_hsotg_program_zlp() local1351 ctrl = dwc2_readl(hsotg->regs + epctl_reg); in dwc2_hsotg_program_zlp()1355 dwc2_writel(ctrl, hsotg->regs + epctl_reg); in dwc2_hsotg_program_zlp()1513 u32 epctl_reg) in dwc2_hsotg_change_ep_iso_parity() argument1517 ctrl = dwc2_readl(hsotg->regs + epctl_reg); in dwc2_hsotg_change_ep_iso_parity()1522 dwc2_writel(ctrl, hsotg->regs + epctl_reg); in dwc2_hsotg_change_ep_iso_parity()1952 u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx); in dwc2_hsotg_epint() local1958 ctrl = dwc2_readl(hsotg->regs + epctl_reg); in dwc2_hsotg_epint()1979 dwc2_hsotg_change_ep_iso_parity(hsotg, epctl_reg); in dwc2_hsotg_epint()1983 __func__, dwc2_readl(hsotg->regs + epctl_reg), in dwc2_hsotg_epint()[all …]