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

/linux-4.4.14/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.c111 struct sym_fw1b_scr *scriptb0; sym_fw1_patch() local
114 scriptb0 = (struct sym_fw1b_scr *) np->scriptb0; sym_fw1_patch()
139 scriptb0->startpos[0] = cpu_to_scr(np->squeue_ba); sym_fw1_patch()
140 scriptb0->done_pos[0] = cpu_to_scr(np->dqueue_ba); sym_fw1_patch()
141 scriptb0->targtbl[0] = cpu_to_scr(np->targtbl_ba); sym_fw1_patch()
155 struct sym_fw2b_scr *scriptb0; sym_fw2_patch() local
158 scriptb0 = (struct sym_fw2b_scr *) np->scriptb0; sym_fw2_patch()
196 scriptb0->startpos[0] = cpu_to_scr(np->squeue_ba); sym_fw2_patch()
197 scriptb0->done_pos[0] = cpu_to_scr(np->dqueue_ba); sym_fw2_patch()
198 scriptb0->targtbl[0] = cpu_to_scr(np->targtbl_ba); sym_fw2_patch()
228 scriptb0->pm0_data_addr[0] = sym_fw2_patch()
231 scriptb0->pm1_data_addr[0] = sym_fw2_patch()
298 struct sym_fw1b_scr *scriptb0; sym_fw1_setup() local
301 scriptb0 = (struct sym_fw1b_scr *) np->scriptb0; sym_fw1_setup()
322 struct sym_fw2b_scr *scriptb0; sym_fw2_setup() local
325 scriptb0 = (struct sym_fw2b_scr *) np->scriptb0; sym_fw2_setup()
H A Dsym_hipd.c1153 script_base = (u_char *) np->scriptb0; sym_log_hard_error()
1920 memcpy_toio(np->s.ramaddr + 4096, np->scriptb0, np->scriptb_sz); sym_start_up()
2504 vdsp = (u32 *)((char*)np->scriptb0 + (dsp-np->scriptb_ba-8)); sym_int_ma()
5652 np->scriptb0 = sym_calloc_dma(np->scriptb_sz, "SCRIPTB0"); sym_hcb_attach()
5654 if (!np->scripta0 || !np->scriptb0 || !np->scriptz0) sym_hcb_attach()
5689 np->scriptb_ba = vtobus(np->scriptb0); sym_hcb_attach()
5706 memcpy(np->scriptb0, fw->b_base, np->scriptb_sz); sym_hcb_attach()
5720 sym_fw_bind_script(np, (u32 *) np->scriptb0, np->scriptb_sz); sym_hcb_attach()
5812 if (np->scriptb0) sym_hcb_free()
5813 sym_mfree_dma(np->scriptb0, np->scriptb_sz, "SCRIPTB0"); sym_hcb_free()
H A Dsym_hipd.h900 u_char *scriptb0; member in struct:sym_hcb

Completed in 107 milliseconds