Lines Matching refs:scratch
413 u32 scratch; in qh_lines() local
436 scratch = hc32_to_cpup(ehci, &hw->hw_info1); in qh_lines()
440 qh, scratch & 0x007f, in qh_lines()
441 speed_char (scratch), in qh_lines()
442 (scratch >> 8) & 0x000f, in qh_lines()
443 scratch, hc32_to_cpup(ehci, &hw->hw_info2), in qh_lines()
454 scratch = hc32_to_cpup(ehci, &td->hw_token); in qh_lines()
460 else if (QTD_LENGTH (scratch)) { in qh_lines()
469 switch ((scratch>>8)&0x03) { in qh_lines()
475 (scratch >> 16) & 0x7fff, in qh_lines()
476 scratch, in qh_lines()
688 u32 scratch = hc32_to_cpup(ehci, in fill_periodic_buffer() local
710 speed_char (scratch), in fill_periodic_buffer()
711 scratch & 0x007f, in fill_periodic_buffer()
712 (scratch >> 8) & 0x000f, type, in fill_periodic_buffer()
716 0x7ff & (scratch >> 16)); in fill_periodic_buffer()
785 char *next, scratch [80]; in fill_registers_buffer() local
871 temp = dbg_status_buf (scratch, sizeof scratch, label, in fill_registers_buffer()
873 temp = scnprintf (next, size, fmt, temp, scratch); in fill_registers_buffer()
877 temp = dbg_command_buf (scratch, sizeof scratch, label, in fill_registers_buffer()
879 temp = scnprintf (next, size, fmt, temp, scratch); in fill_registers_buffer()
883 temp = dbg_intr_buf (scratch, sizeof scratch, label, in fill_registers_buffer()
885 temp = scnprintf (next, size, fmt, temp, scratch); in fill_registers_buffer()
895 temp = dbg_port_buf (scratch, sizeof scratch, label, i, in fill_registers_buffer()
898 temp = scnprintf (next, size, fmt, temp, scratch); in fill_registers_buffer()