Lines Matching refs:epctl_reg
1337 u32 epctl_reg = hs_ep->dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_hsotg_program_zlp() local
1351 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() argument
1517 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() local
1958 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()
2009 int epctl = dwc2_readl(hsotg->regs + epctl_reg); in dwc2_hsotg_epint()
2602 u32 idx, epctl_reg; in dwc2_hsotg_irq() local
2612 epctl_reg = DIEPCTL(idx); in dwc2_hsotg_irq()
2613 dwc2_hsotg_change_ep_iso_parity(hsotg, epctl_reg); in dwc2_hsotg_irq()
2619 u32 idx, epctl_reg; in dwc2_hsotg_irq() local
2629 epctl_reg = DOEPCTL(idx); in dwc2_hsotg_irq()
2630 dwc2_hsotg_change_ep_iso_parity(hsotg, epctl_reg); in dwc2_hsotg_irq()