Lines Matching defs:temp
182 u32 temp;
199 temp = ehci_readl(ehci, &ehci->regs->command);
200 temp &= ~(CMD_RUN | CMD_IAAD);
201 ehci_writel(ehci, temp, &ehci->regs->command);
274 u32 temp;
280 temp = (ehci->command << 10) & (STS_ASS | STS_PSS);
281 ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, temp,
456 u32 temp;
534 temp = 1 << (16 + log2_irq_thresh);
538 temp |= CMD_PPCEE;
550 temp |= CMD_PARK;
551 temp |= park << 8;
557 temp &= ~(3 << 2);
558 temp |= (EHCI_TUNE_FLS << 2);
560 ehci->command = temp;
575 u32 temp;
658 temp = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase));
662 temp >> 8, temp & 0xff,