Lines Matching refs:regs
267 status = handshake (&ehci->regs->status, STS_PSS, 0, 9 * 125); in enable_periodic()
273 cmd = ehci_readl ((U32)&ehci->regs->command) | CMD_PSE; in enable_periodic()
274 ehci_writel (cmd, (U32)&ehci->regs->command); in enable_periodic()
279 ehci->next_uframe = ehci_readl ((U32)&ehci->regs->frame_index) in enable_periodic()
290 status = handshake (&ehci->regs->status, STS_PSS, STS_PSS, 9 * 125); in disable_periodic()
296 cmd = ehci_readl ((U32)&ehci->regs->command) & ~CMD_PSE; in disable_periodic()
297 ehci_writel (cmd, (U32)&ehci->regs->command); in disable_periodic()
603 struct pt_regs *regs in intr_complete() argument
619 count = qh_completions (ehci, qh, regs); in intr_complete()
891 now = ehci_readl ((U32)&ehci->regs->frame_index) + 1; in get_iso_range()
1115 scan_periodic (struct ehci_hcd *ehci, struct pt_regs *regs) in scan_periodic() argument
1125 now_uframe = ehci_readl ((U32)&ehci->regs->frame_index); in scan_periodic()
1166 qh_get (q.qh), regs); in scan_periodic()
1202 temp.itd, uf, regs); in scan_periodic()
1253 now = ehci_readl ((U32)&ehci->regs->frame_index) % mod; in scan_periodic()