Lines Matching defs:temp
2122 u64 temp;
2131 temp = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue);
2132 temp &= ERST_PTR_MASK;
2136 temp &= ~ERST_EHB;
2140 xhci_write_64(xhci, ((u64) deq & (u64) ~ERST_PTR_MASK) | temp,
2147 u32 temp, port_offset, port_count;
2154 temp = readl(addr);
2155 major_revision = XHCI_EXT_PORT_MAJOR(temp);
2156 minor_revision = XHCI_EXT_PORT_MINOR(temp);
2189 temp = readl(addr + 2);
2190 port_offset = XHCI_EXT_PORT_OFF(temp);
2191 port_count = XHCI_EXT_PORT_COUNT(temp);
2205 port_cap->psi_count = XHCI_EXT_PORT_PSIC(temp);
2250 xhci->ext_caps[xhci->num_ext_caps++] = temp;
2253 (temp & XHCI_HLC)) {
2433 u32 page_size, temp;
2619 temp = readl(&xhci->op_regs->dev_notification);
2620 temp &= ~DEV_NOTE_MASK;
2621 temp |= DEV_NOTE_FWAKE;
2622 writel(temp, &xhci->op_regs->dev_notification);