Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_fw.c290 cpu_to_scr(np->scripta_ba + in sym_fw2_patch()
293 cpu_to_scr(np->scripta_ba + in sym_fw2_patch()
332 pa[i] = np->scripta_ba + po[i]; in sym_fw_setup_bus_addresses()
588 new = (old & ~RELOC_MASK) + np->scripta_ba; in sym_fw_bind_script()
Dsym_hipd.c1255 if (dsp > np->scripta_ba &&
1256 dsp <= np->scripta_ba + np->scripta_sz) {
1257 script_ofs = dsp - np->scripta_ba;
2463 if (dsp > np->scripta_ba &&
2464 dsp <= np->scripta_ba + np->scripta_sz) {
2465 vdsp = (u32 *)((char*)np->scripta0 + (dsp-np->scripta_ba-8));
5834 np->scripta_ba = vtobus(np->scripta0);
5839 np->scripta_ba = np->ram_ba;
5842 np->scriptb_ba = np->scripta_ba + 4096;
5844 np->scr_ram_seg = cpu_to_scr(np->scripta_ba >> 32);
Dsym_hipd.h994 u32 scripta_ba; /* Actual scripts A, B, Z */ member