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()
687 u32 scratch = hc32_to_cpup(ehci, in fill_periodic_buffer() local
709 speed_char (scratch), in fill_periodic_buffer()
710 scratch & 0x007f, in fill_periodic_buffer()
711 (scratch >> 8) & 0x000f, type, in fill_periodic_buffer()
715 0x7ff & (scratch >> 16)); in fill_periodic_buffer()
784 char *next, scratch [80]; in fill_registers_buffer() local
870 temp = dbg_status_buf (scratch, sizeof scratch, label, in fill_registers_buffer()
872 temp = scnprintf (next, size, fmt, temp, scratch); in fill_registers_buffer()
876 temp = dbg_command_buf (scratch, sizeof scratch, label, in fill_registers_buffer()
878 temp = scnprintf (next, size, fmt, temp, scratch); in fill_registers_buffer()
882 temp = dbg_intr_buf (scratch, sizeof scratch, label, in fill_registers_buffer()
884 temp = scnprintf (next, size, fmt, temp, scratch); in fill_registers_buffer()
894 temp = dbg_port_buf (scratch, sizeof scratch, label, i, in fill_registers_buffer()
897 temp = scnprintf (next, size, fmt, temp, scratch); in fill_registers_buffer()