Lines Matching defs:options
49 struct cffdec_options options = {
328 if (options.gpu_id >= 500) {
347 options.ibs[1].base = regval64("CP_IB1_BASE");
348 options.ibs[1].rem = regval("CP_IB1_REM_SIZE");
349 options.ibs[2].base = regval64("CP_IB2_BASE");
350 options.ibs[2].rem = regval("CP_IB2_REM_SIZE");
362 options.ibs[1].rem += regval("CP_CSQ_IB1_STAT") >> 16;
363 options.ibs[2].rem += regval("CP_CSQ_IB2_STAT") >> 16;
366 printf("IB1: %" PRIx64 ", %u\n", options.ibs[1].base, options.ibs[1].rem);
367 printf("IB2: %" PRIx64 ", %u\n", options.ibs[2].base, options.ibs[2].rem);
680 try_disasm_a3xx(buf, sizedwords, 1, stdout, options.gpu_id);
747 parseline(line, "revision: %u (%u.%u.%u.%u)", &options.gpu_id,
750 if (options.gpu_id == 0) {
751 options.gpu_id = (core * 100) + (major * 10) + minor;
754 printf("Got gpu_id=%u\n", options.gpu_id);
756 cffdec_init(&options);
759 rnn_gmu = rnn_new(!options.color);
761 rnn_control = rnn_new(!options.color);
764 rnn_pipe = rnn_new(!options.color);
768 rnn_control = rnn_new(!options.color);
861 options.color = interactive;
869 options.allregs = true;
872 options.color = true;
878 options.decode_markers = true;
881 options.summary = true;