Lines Matching refs:scriptb_ba
1569 vm_offset_t scriptb_ba; /* bus addresses. */ member
1916 pa[i] = np->scriptb_ba + po[i]; in sym_fw_setup_bus_addresses()
2135 new = (old & ~RELOC_MASK) + np->scriptb_ba; in sym_fw_bind_script()
3686 else if (np->scriptb_ba < dsp && in sym_log_hard_error()
3687 dsp <= np->scriptb_ba + np->scriptb_sz) { in sym_log_hard_error()
3688 script_ofs = dsp - np->scriptb_ba; in sym_log_hard_error()
4289 else if (dsp > np->scriptb_ba && in sym_int_ma()
4290 dsp <= np->scriptb_ba + np->scriptb_sz) { in sym_int_ma()
4291 vdsp = (u32 *)((char*)np->scriptb0 + (dsp-np->scriptb_ba-8)); in sym_int_ma()
8615 np->scriptb_ba = vtobus(np->scriptb0);
8616 np->scriptb0_ba = np->scriptb_ba;
8622 np->scriptb_ba = np->scripta_ba + 4096;