Home
last modified time | relevance | path

Searched refs:scripta_ba (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/sym53c8xx_2/
Dsym_fw.c229 cpu_to_scr(np->scripta_ba + in sym_fw2_patch()
232 cpu_to_scr(np->scripta_ba + in sym_fw2_patch()
271 pa[i] = np->scripta_ba + po[i]; in sym_fw_setup_bus_addresses()
525 new = (old & ~RELOC_MASK) + np->scripta_ba; in sym_fw_bind_script()
Dsym_hipd.c1142 if (dsp > np->scripta_ba &&
1143 dsp <= np->scripta_ba + np->scripta_sz) {
1144 script_ofs = dsp - np->scripta_ba;
2497 if (dsp > np->scripta_ba &&
2498 dsp <= np->scripta_ba + np->scripta_sz) {
2499 vdsp = (u32 *)((char*)np->scripta0 + (dsp-np->scripta_ba-8));
5688 np->scripta_ba = vtobus(np->scripta0);
5693 np->scripta_ba = np->ram_ba;
5695 np->scriptb_ba = np->scripta_ba + 4096;
5697 np->scr_ram_seg = cpu_to_scr(np->scripta_ba >> 32);
Dsym_hipd.h902 u32 scripta_ba; /* Actual scripts A, B, Z */ member