Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/sym53c8xx_2/
Dsym_fw.c266 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()
Dsym_hipd.c1136 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;
Dsym_hipd.h890 u32 scriptb_ba; /* 32 bit bus addresses. */ member