Lines Matching defs:scratch
323 static inline char speed_char(u32 scratch)
325 switch (scratch & (3 << 12)) {
357 u32 scratch;
379 scratch = hc32_to_cpup(fotg210, &hw->hw_info1);
383 qh, scratch & 0x007f,
384 speed_char(scratch),
385 (scratch >> 8) & 0x000f,
386 scratch, hc32_to_cpup(fotg210, &hw->hw_info2),
396 scratch = hc32_to_cpup(fotg210, &td->hw_token);
402 else if (QTD_LENGTH(scratch)) {
411 switch ((scratch>>8)&0x03) {
425 (scratch >> 16) & 0x7fff,
426 scratch,
487 u32 scratch = hc32_to_cpup(fotg210, &hw->hw_info1);
506 speed_char(scratch), scratch & 0x007f,
507 (scratch >> 8) & 0x000f, type, qh->usecs,
508 qh->c_usecs, temp, (scratch >> 16) & 0x7ff);
643 char *next, scratch[80];
691 temp = dbg_status_buf(scratch, sizeof(scratch), label,
693 temp = scnprintf(next, size, fmt, temp, scratch);
697 temp = dbg_command_buf(scratch, sizeof(scratch), label,
699 temp = scnprintf(next, size, fmt, temp, scratch);
703 temp = dbg_intr_buf(scratch, sizeof(scratch), label,
705 temp = scnprintf(next, size, fmt, temp, scratch);