scriptb0           98 drivers/scsi/sym53c8xx_2/sym_fw.c 	struct sym_fw1b_scr *scriptb0;
scriptb0          101 drivers/scsi/sym53c8xx_2/sym_fw.c 	scriptb0 = (struct sym_fw1b_scr *) np->scriptb0;
scriptb0          126 drivers/scsi/sym53c8xx_2/sym_fw.c 	scriptb0->startpos[0]	= cpu_to_scr(np->squeue_ba);
scriptb0          127 drivers/scsi/sym53c8xx_2/sym_fw.c 	scriptb0->done_pos[0]	= cpu_to_scr(np->dqueue_ba);
scriptb0          128 drivers/scsi/sym53c8xx_2/sym_fw.c 	scriptb0->targtbl[0]	= cpu_to_scr(np->targtbl_ba);
scriptb0          142 drivers/scsi/sym53c8xx_2/sym_fw.c 	struct sym_fw2b_scr *scriptb0;
scriptb0          145 drivers/scsi/sym53c8xx_2/sym_fw.c 	scriptb0 = (struct sym_fw2b_scr *) np->scriptb0;
scriptb0          183 drivers/scsi/sym53c8xx_2/sym_fw.c 	scriptb0->startpos[0]	= cpu_to_scr(np->squeue_ba);
scriptb0          184 drivers/scsi/sym53c8xx_2/sym_fw.c 	scriptb0->done_pos[0]	= cpu_to_scr(np->dqueue_ba);
scriptb0          185 drivers/scsi/sym53c8xx_2/sym_fw.c 	scriptb0->targtbl[0]	= cpu_to_scr(np->targtbl_ba);
scriptb0          215 drivers/scsi/sym53c8xx_2/sym_fw.c 	scriptb0->pm0_data_addr[0] =
scriptb0          218 drivers/scsi/sym53c8xx_2/sym_fw.c 	scriptb0->pm1_data_addr[0] =
scriptb0         1140 drivers/scsi/sym53c8xx_2/sym_hipd.c 		script_base	= (u_char *) np->scriptb0;
scriptb0         1907 drivers/scsi/sym53c8xx_2/sym_hipd.c 			memcpy_toio(np->s.ramaddr + 4096, np->scriptb0, np->scriptb_sz);
scriptb0         2491 drivers/scsi/sym53c8xx_2/sym_hipd.c 		vdsp = (u32 *)((char*)np->scriptb0 + (dsp-np->scriptb_ba-8));
scriptb0         5643 drivers/scsi/sym53c8xx_2/sym_hipd.c 	np->scriptb0 = sym_calloc_dma(np->scriptb_sz, "SCRIPTB0");
scriptb0         5645 drivers/scsi/sym53c8xx_2/sym_hipd.c 	if (!np->scripta0 || !np->scriptb0 || !np->scriptz0)
scriptb0         5680 drivers/scsi/sym53c8xx_2/sym_hipd.c 	np->scriptb_ba	= vtobus(np->scriptb0);
scriptb0         5697 drivers/scsi/sym53c8xx_2/sym_hipd.c 	memcpy(np->scriptb0, fw->b_base, np->scriptb_sz);
scriptb0         5711 drivers/scsi/sym53c8xx_2/sym_hipd.c 	sym_fw_bind_script(np, (u32 *) np->scriptb0, np->scriptb_sz);
scriptb0         5802 drivers/scsi/sym53c8xx_2/sym_hipd.c 	if (np->scriptb0)
scriptb0         5803 drivers/scsi/sym53c8xx_2/sym_hipd.c 		sym_mfree_dma(np->scriptb0, np->scriptb_sz, "SCRIPTB0");
scriptb0          887 drivers/scsi/sym53c8xx_2/sym_hipd.h 	u_char		*scriptb0;