Lines Matching refs:scratch
383 u32 scratch; in qh_lines() local
405 scratch = hc32_to_cpup(fotg210, &hw->hw_info1); in qh_lines()
409 qh, scratch & 0x007f, in qh_lines()
410 speed_char(scratch), in qh_lines()
411 (scratch >> 8) & 0x000f, in qh_lines()
412 scratch, hc32_to_cpup(fotg210, &hw->hw_info2), in qh_lines()
422 scratch = hc32_to_cpup(fotg210, &td->hw_token); in qh_lines()
428 else if (QTD_LENGTH(scratch)) { in qh_lines()
437 switch ((scratch>>8)&0x03) { in qh_lines()
451 (scratch >> 16) & 0x7fff, in qh_lines()
452 scratch, in qh_lines()
580 u32 scratch = hc32_to_cpup(fotg210, in fill_periodic_buffer() local
606 speed_char(scratch), in fill_periodic_buffer()
607 scratch & 0x007f, in fill_periodic_buffer()
608 (scratch >> 8) & 0x000f, type, in fill_periodic_buffer()
611 0x7ff & (scratch >> 16)); in fill_periodic_buffer()
670 char *next, scratch[80]; in fill_registers_buffer() local
718 temp = dbg_status_buf(scratch, sizeof(scratch), label, in fill_registers_buffer()
720 temp = scnprintf(next, size, fmt, temp, scratch); in fill_registers_buffer()
724 temp = dbg_command_buf(scratch, sizeof(scratch), label, in fill_registers_buffer()
726 temp = scnprintf(next, size, fmt, temp, scratch); in fill_registers_buffer()
730 temp = dbg_intr_buf(scratch, sizeof(scratch), label, in fill_registers_buffer()
732 temp = scnprintf(next, size, fmt, temp, scratch); in fill_registers_buffer()