Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/sym53c8xx_2/
Dsym_fw.c216 cpu_to_scr(np->scripta_ba + in sym_fw2_patch()
219 cpu_to_scr(np->scripta_ba + in sym_fw2_patch()
258 pa[i] = np->scripta_ba + po[i]; in sym_fw_setup_bus_addresses()
508 new = (old & ~RELOC_MASK) + np->scripta_ba; in sym_fw_bind_script()
Dsym_hipd.c1129 if (dsp > np->scripta_ba &&
1130 dsp <= np->scripta_ba + np->scripta_sz) {
1131 script_ofs = dsp - np->scripta_ba;
2484 if (dsp > np->scripta_ba &&
2485 dsp <= np->scripta_ba + np->scripta_sz) {
2486 vdsp = (u32 *)((char*)np->scripta0 + (dsp-np->scripta_ba-8));
5686 np->scripta_ba = vtobus(np->scripta0);
5691 np->scripta_ba = np->ram_ba;
5693 np->scriptb_ba = np->scripta_ba + 4096;
5695 np->scr_ram_seg = cpu_to_scr(np->scripta_ba >> 32);
Dsym_hipd.h889 u32 scripta_ba; /* Actual scripts A, B, Z */ member