Lines Matching refs:temp
183 u32 temp;
200 temp = ehci_readl(ehci, &ehci->regs->command);
201 temp &= ~(CMD_RUN | CMD_IAAD);
202 ehci_writel(ehci, temp, &ehci->regs->command);
275 u32 temp;
281 temp = (ehci->command << 10) & (STS_ASS | STS_PSS);
282 ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, temp,
457 u32 temp;
535 temp = 1 << (16 + log2_irq_thresh);
539 temp |= CMD_PPCEE;
551 temp |= CMD_PARK;
552 temp |= park << 8;
558 temp &= ~(3 << 2);
559 temp |= (EHCI_TUNE_FLS << 2);
561 ehci->command = temp;
576 u32 temp;
659 temp = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase));
663 temp >> 8, temp & 0xff,