Searched refs:scriptb0 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.c111 struct sym_fw1b_scr *scriptb0; local
114 scriptb0 = (struct sym_fw1b_scr *) np->scriptb0;
139 scriptb0->startpos[0] = cpu_to_scr(np->squeue_ba);
140 scriptb0->done_pos[0] = cpu_to_scr(np->dqueue_ba);
141 scriptb0->targtbl[0] = cpu_to_scr(np->targtbl_ba);
155 struct sym_fw2b_scr *scriptb0; local
158 scriptb0 = (struct sym_fw2b_scr *) np->scriptb0;
196 scriptb0
298 struct sym_fw1b_scr *scriptb0; local
322 struct sym_fw2b_scr *scriptb0; local
[all...]
H A Dsym_hipd.c1126 script_base = (u_char *) np->scriptb0;
1893 memcpy_toio(np->s.ramaddr + 4096, np->scriptb0, np->scriptb_sz);
2469 vdsp = (u32 *)((char*)np->scriptb0 + (dsp-np->scriptb_ba-8));
5583 np->scriptb0 = sym_calloc_dma(np->scriptb_sz, "SCRIPTB0");
5585 if (!np->scripta0 || !np->scriptb0 || !np->scriptz0)
5620 np->scriptb_ba = vtobus(np->scriptb0);
5634 memcpy(np->scriptb0, fw->b_base, np->scriptb_sz);
5648 sym_fw_bind_script(np, (u32 *) np->scriptb0, np->scriptb_sz);
5740 if (np->scriptb0)
5741 sym_mfree_dma(np->scriptb0, n
[all...]
H A Dsym_hipd.h892 u_char *scriptb0; member in struct:sym_hcb

Completed in 50 milliseconds