Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_fw.c279 pa[i] = np->scriptb_ba + po[i]; in sym_fw_setup_bus_addresses()
528 new = (old & ~RELOC_MASK) + np->scriptb_ba; in sym_fw_bind_script()
Dsym_hipd.c1149 else if (np->scriptb_ba < dsp &&
1150 dsp <= np->scriptb_ba + np->scriptb_sz) {
1151 script_ofs = dsp - np->scriptb_ba;
2502 else if (dsp > np->scriptb_ba &&
2503 dsp <= np->scriptb_ba + np->scriptb_sz) {
2504 vdsp = (u32 *)((char*)np->scriptb0 + (dsp-np->scriptb_ba-8));
5689 np->scriptb_ba = vtobus(np->scriptb0);
5695 np->scriptb_ba = np->scripta_ba + 4096;
Dsym_hipd.h903 u32 scriptb_ba; /* 32 bit bus addresses. */ member