Lines Matching defs:rBootDomain
388 DSP_BOOT_DOMAIN rBootDomain;
406 rBootDomain.ResetCore = true;
407 rBootDomain.Halt = true;
408 rBootDomain.NMI = true;
409 rBootDomain.Reserved = 0;
411 PRINTK_2(TRACE_3780I, "3780i::dsp3780i_Reset rBootDomain %x\n",
412 MKWORD(rBootDomain));
414 WriteMsaCfg(DSP_MspBootDomain, MKWORD(rBootDomain));
433 DSP_BOOT_DOMAIN rBootDomain;
441 rBootDomain.ResetCore = true;
442 rBootDomain.Halt = false;
443 rBootDomain.NMI = true;
444 rBootDomain.Reserved = 0;
445 WriteMsaCfg(DSP_MspBootDomain, MKWORD(rBootDomain));
449 rBootDomain.ResetCore = false;
450 WriteMsaCfg(DSP_MspBootDomain, MKWORD(rBootDomain));
453 rBootDomain.NMI = false;
454 WriteMsaCfg(DSP_MspBootDomain, MKWORD(rBootDomain));