Lines Matching refs:scratch
153 int scratch, i; in marvel_print_po7_uncrr_sym() local
198 scratch = EXTRACT(uncrr_sym, IO7__PO7_UNCRR_SYM__CLK); in marvel_print_po7_uncrr_sym()
199 for (i = 0; i < 4; i++, scratch >>= 2) { in marvel_print_po7_uncrr_sym()
200 if (scratch & 0x3) in marvel_print_po7_uncrr_sym()
203 clk_names[i], clk_decode[scratch & 0x3]); in marvel_print_po7_uncrr_sym()
232 if ((scratch = EXTRACT(uncrr_sym, IO7__PO7_UNCRR_SYM__VICTIM_SP))) { in marvel_print_po7_uncrr_sym()
233 int lost = scratch & (1UL << 4); in marvel_print_po7_uncrr_sym()
234 scratch &= ~lost; in marvel_print_po7_uncrr_sym()
235 for (i = 0; i < 8; i++, scratch >>= 1) { in marvel_print_po7_uncrr_sym()
236 if (!(scratch & 1)) in marvel_print_po7_uncrr_sym()
246 if ((scratch = EXTRACT(uncrr_sym, IO7__PO7_UNCRR_SYM__DETECT_SP))) { in marvel_print_po7_uncrr_sym()
247 for (i = 0; i < 8; i++, scratch >>= 1) { in marvel_print_po7_uncrr_sym()
248 if (!(scratch & 1)) in marvel_print_po7_uncrr_sym()
258 scratch = EXTRACT(uncrr_sym, IO7__PO7_UNCRR_SYM__STRV_VTR); in marvel_print_po7_uncrr_sym()
259 if (scratch & IO7__STRV_VTR__IS_MSI) in marvel_print_po7_uncrr_sym()
262 EXTRACT(scratch, IO7__STRV_VTR__MSI__INTNUM)); in marvel_print_po7_uncrr_sym()
266 'A' + EXTRACT(scratch, in marvel_print_po7_uncrr_sym()
268 EXTRACT(scratch, IO7__STRV_VTR__LSI__BUS), in marvel_print_po7_uncrr_sym()
269 EXTRACT(scratch, IO7__STRV_VTR__LSI__SLOT)); in marvel_print_po7_uncrr_sym()