Lines Matching refs:scratch
333 static inline char speed_char(u32 scratch) in speed_char() argument
335 switch (scratch & (3 << 12)) { in speed_char()
367 u32 scratch; in qh_lines() local
389 scratch = hc32_to_cpup(fotg210, &hw->hw_info1); in qh_lines()
393 qh, scratch & 0x007f, in qh_lines()
394 speed_char(scratch), in qh_lines()
395 (scratch >> 8) & 0x000f, in qh_lines()
396 scratch, hc32_to_cpup(fotg210, &hw->hw_info2), in qh_lines()
406 scratch = hc32_to_cpup(fotg210, &td->hw_token); in qh_lines()
412 else if (QTD_LENGTH(scratch)) { in qh_lines()
421 switch ((scratch>>8)&0x03) { in qh_lines()
435 (scratch >> 16) & 0x7fff, in qh_lines()
436 scratch, in qh_lines()
500 u32 scratch = hc32_to_cpup(fotg210, &hw->hw_info1); in output_buf_tds_dir() local
519 speed_char(scratch), scratch & 0x007f, in output_buf_tds_dir()
520 (scratch >> 8) & 0x000f, type, qh->usecs, in output_buf_tds_dir()
521 qh->c_usecs, temp, (scratch >> 16) & 0x7ff); in output_buf_tds_dir()
656 char *next, scratch[80]; in fill_registers_buffer() local
704 temp = dbg_status_buf(scratch, sizeof(scratch), label, in fill_registers_buffer()
706 temp = scnprintf(next, size, fmt, temp, scratch); in fill_registers_buffer()
710 temp = dbg_command_buf(scratch, sizeof(scratch), label, in fill_registers_buffer()
712 temp = scnprintf(next, size, fmt, temp, scratch); in fill_registers_buffer()
716 temp = dbg_intr_buf(scratch, sizeof(scratch), label, in fill_registers_buffer()
718 temp = scnprintf(next, size, fmt, temp, scratch); in fill_registers_buffer()