Searched refs:scriptb_ba (Results 1 – 3 of 3) sorted by relevance
266 pa[i] = np->scriptb_ba + po[i]; in sym_fw_setup_bus_addresses()511 new = (old & ~RELOC_MASK) + np->scriptb_ba; in sym_fw_bind_script()
1136 else if (np->scriptb_ba < dsp && 1137 dsp <= np->scriptb_ba + np->scriptb_sz) {1138 script_ofs = dsp - np->scriptb_ba;2489 else if (dsp > np->scriptb_ba &&2490 dsp <= np->scriptb_ba + np->scriptb_sz) {2491 vdsp = (u32 *)((char*)np->scriptb0 + (dsp-np->scriptb_ba-8));5687 np->scriptb_ba = vtobus(np->scriptb0);5693 np->scriptb_ba = np->scripta_ba + 4096;
890 u32 scriptb_ba; /* 32 bit bus addresses. */ member