Lines Matching refs:scratch
152 int scratch, i; in marvel_print_po7_uncrr_sym() local
197 scratch = EXTRACT(uncrr_sym, IO7__PO7_UNCRR_SYM__CLK); in marvel_print_po7_uncrr_sym()
198 for (i = 0; i < 4; i++, scratch >>= 2) { in marvel_print_po7_uncrr_sym()
199 if (scratch & 0x3) in marvel_print_po7_uncrr_sym()
202 clk_names[i], clk_decode[scratch & 0x3]); in marvel_print_po7_uncrr_sym()
231 if ((scratch = EXTRACT(uncrr_sym, IO7__PO7_UNCRR_SYM__VICTIM_SP))) { in marvel_print_po7_uncrr_sym()
232 int lost = scratch & (1UL << 4); in marvel_print_po7_uncrr_sym()
233 scratch &= ~lost; in marvel_print_po7_uncrr_sym()
234 for (i = 0; i < 8; i++, scratch >>= 1) { in marvel_print_po7_uncrr_sym()
235 if (!(scratch & 1)) in marvel_print_po7_uncrr_sym()
245 if ((scratch = EXTRACT(uncrr_sym, IO7__PO7_UNCRR_SYM__DETECT_SP))) { in marvel_print_po7_uncrr_sym()
246 for (i = 0; i < 8; i++, scratch >>= 1) { in marvel_print_po7_uncrr_sym()
247 if (!(scratch & 1)) in marvel_print_po7_uncrr_sym()
257 scratch = EXTRACT(uncrr_sym, IO7__PO7_UNCRR_SYM__STRV_VTR); in marvel_print_po7_uncrr_sym()
258 if (scratch & IO7__STRV_VTR__IS_MSI) in marvel_print_po7_uncrr_sym()
261 EXTRACT(scratch, IO7__STRV_VTR__MSI__INTNUM)); in marvel_print_po7_uncrr_sym()
265 'A' + EXTRACT(scratch, in marvel_print_po7_uncrr_sym()
267 EXTRACT(scratch, IO7__STRV_VTR__LSI__BUS), in marvel_print_po7_uncrr_sym()
268 EXTRACT(scratch, IO7__STRV_VTR__LSI__SLOT)); in marvel_print_po7_uncrr_sym()