Lines Matching defs:scratch
322 static inline char speed_char(u32 scratch)
324 switch (scratch & (3 << 12)) {
356 u32 scratch;
378 scratch = hc32_to_cpup(fotg210, &hw->hw_info1);
382 qh, scratch & 0x007f,
383 speed_char(scratch),
384 (scratch >> 8) & 0x000f,
385 scratch, hc32_to_cpup(fotg210, &hw->hw_info2),
395 scratch = hc32_to_cpup(fotg210, &td->hw_token);
401 else if (QTD_LENGTH(scratch)) {
410 switch ((scratch>>8)&0x03) {
424 (scratch >> 16) & 0x7fff,
425 scratch,
486 u32 scratch = hc32_to_cpup(fotg210, &hw->hw_info1);
505 speed_char(scratch), scratch & 0x007f,
506 (scratch >> 8) & 0x000f, type, qh->usecs,
507 qh->c_usecs, temp, (scratch >> 16) & 0x7ff);
642 char *next, scratch[80];
690 temp = dbg_status_buf(scratch, sizeof(scratch), label,
692 temp = scnprintf(next, size, fmt, temp, scratch);
696 temp = dbg_command_buf(scratch, sizeof(scratch), label,
698 temp = scnprintf(next, size, fmt, temp, scratch);
702 temp = dbg_intr_buf(scratch, sizeof(scratch), label,
704 temp = scnprintf(next, size, fmt, temp, scratch);