Lines Matching defs:temp
1936 u64 temp;
1944 temp = xhci_read_64(xhci, &ir->ir_set->erst_dequeue);
1945 temp &= ERST_PTR_MASK;
1949 temp &= ~ERST_EHB;
1952 xhci_write_64(xhci, ((u64) deq & (u64) ~ERST_PTR_MASK) | temp,
1959 u32 temp, port_offset, port_count;
1966 temp = readl(addr);
1967 major_revision = XHCI_EXT_PORT_MAJOR(temp);
1968 minor_revision = XHCI_EXT_PORT_MINOR(temp);
2000 temp = readl(addr + 2);
2001 port_offset = XHCI_EXT_PORT_OFF(temp);
2002 port_count = XHCI_EXT_PORT_COUNT(temp);
2015 port_cap->psi_count = XHCI_EXT_PORT_PSIC(temp);
2060 xhci->ext_caps[xhci->num_ext_caps++] = temp;
2063 (temp & XHCI_HLC)) {
2304 u32 page_size, temp;
2451 temp = readl(&xhci->op_regs->dev_notification);
2452 temp &= ~DEV_NOTE_MASK;
2453 temp |= DEV_NOTE_FWAKE;
2454 writel(temp, &xhci->op_regs->dev_notification);