Lines Matching refs:scratch
373 u32 scratch;
396 scratch = hc32_to_cpup(ehci, &hw->hw_info1);
401 qh, scratch & 0x007f,
402 speed_char (scratch),
403 (scratch >> 8) & 0x000f,
404 scratch, hc32_to_cpup(ehci, &hw->hw_info2),
420 scratch = hc32_to_cpup(ehci, &td->hw_token);
426 } else if (QTD_LENGTH(scratch)) {
432 switch ((scratch >> 8) & 0x03) {
450 (scratch >> 16) & 0x7fff,
451 scratch,
596 u32 scratch = hc32_to_cpup(ehci, &hw->hw_info1);
615 speed_char(scratch), scratch & 0x007f,
616 (scratch >> 8) & 0x000f, type, qh->ps.usecs,
617 qh->ps.c_usecs, temp, 0x7ff & (scratch >> 16));
761 char *next, scratch[80];
847 temp = dbg_status_buf(scratch, sizeof(scratch), label,
849 temp = scnprintf(next, size, fmt, temp, scratch);
853 temp = dbg_command_buf(scratch, sizeof(scratch), label,
855 temp = scnprintf(next, size, fmt, temp, scratch);
859 temp = dbg_intr_buf(scratch, sizeof(scratch), label,
861 temp = scnprintf(next, size, fmt, temp, scratch);
871 temp = dbg_port_buf(scratch, sizeof(scratch), label, i,
874 temp = scnprintf(next, size, fmt, temp, scratch);