Lines Matching refs:scripta_ba
1585 vm_offset_t scripta_ba; /* Actual script and scripth */ member
1883 cpu_to_scr(np->scripta_ba + in sym_fw2_patch()
1886 cpu_to_scr(np->scripta_ba + in sym_fw2_patch()
1925 pa[i] = np->scripta_ba + po[i]; in sym_fw_setup_bus_addresses()
2149 new = (old & ~RELOC_MASK) + np->scripta_ba; in sym_fw_bind_script()
3699 if (dsp > np->scripta_ba && in sym_log_hard_error()
3700 dsp <= np->scripta_ba + np->scripta_sz) { in sym_log_hard_error()
3701 script_ofs = dsp - np->scripta_ba; in sym_log_hard_error()
4303 if (dsp > np->scripta_ba && in sym_int_ma()
4304 dsp <= np->scripta_ba + np->scripta_sz) { in sym_int_ma()
4305 vdsp = (u32 *)((char*)np->scripta0 + (dsp-np->scripta_ba-8)); in sym_int_ma()
8634 np->scripta_ba = vtobus(np->scripta0);
8639 np->scripta_ba = np->ram_ba;
8642 np->scriptb_ba = np->scripta_ba + 4096;
8644 np->scr_ram_seg = cpu_to_scr(np->scripta_ba >> 32);