Lines Matching refs:scratch

373 	u32			scratch;  in qh_lines()  local
396 scratch = hc32_to_cpup(ehci, &hw->hw_info1); in qh_lines()
401 qh, scratch & 0x007f, in qh_lines()
402 speed_char (scratch), in qh_lines()
403 (scratch >> 8) & 0x000f, in qh_lines()
404 scratch, hc32_to_cpup(ehci, &hw->hw_info2), in qh_lines()
420 scratch = hc32_to_cpup(ehci, &td->hw_token); in qh_lines()
426 } else if (QTD_LENGTH(scratch)) { in qh_lines()
432 switch ((scratch >> 8) & 0x03) { in qh_lines()
450 (scratch >> 16) & 0x7fff, in qh_lines()
451 scratch, in qh_lines()
596 u32 scratch = hc32_to_cpup(ehci, &hw->hw_info1); in output_buf_tds_dir() local
615 speed_char(scratch), scratch & 0x007f, in output_buf_tds_dir()
616 (scratch >> 8) & 0x000f, type, qh->ps.usecs, in output_buf_tds_dir()
617 qh->ps.c_usecs, temp, 0x7ff & (scratch >> 16)); in output_buf_tds_dir()
761 char *next, scratch[80]; in fill_registers_buffer() local
847 temp = dbg_status_buf(scratch, sizeof(scratch), label, in fill_registers_buffer()
849 temp = scnprintf(next, size, fmt, temp, scratch); in fill_registers_buffer()
853 temp = dbg_command_buf(scratch, sizeof(scratch), label, in fill_registers_buffer()
855 temp = scnprintf(next, size, fmt, temp, scratch); in fill_registers_buffer()
859 temp = dbg_intr_buf(scratch, sizeof(scratch), label, in fill_registers_buffer()
861 temp = scnprintf(next, size, fmt, temp, scratch); in fill_registers_buffer()
871 temp = dbg_port_buf(scratch, sizeof(scratch), label, i, in fill_registers_buffer()
874 temp = scnprintf(next, size, fmt, temp, scratch); in fill_registers_buffer()