Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dgadget.c1337 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()
[all …]