Searched refs:scripta0 (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/scsi/sym53c8xx_2/ | 
| D | sym_fw.c | 97 	struct sym_fw1a_scr *scripta0;  in sym_fw1_patch()  local100 	scripta0 = (struct sym_fw1a_scr *) np->scripta0;  in sym_fw1_patch()
 107 		scripta0->idle[0]	= cpu_to_scr(SCR_NO_OP);  in sym_fw1_patch()
 108 		scripta0->reselected[0]	= cpu_to_scr(SCR_NO_OP);  in sym_fw1_patch()
 109 		scripta0->start[0]	= cpu_to_scr(SCR_NO_OP);  in sym_fw1_patch()
 119 		scripta0->ungetjob[0] = cpu_to_scr(SCR_NO_OP);  in sym_fw1_patch()
 141 	struct sym_fw2a_scr *scripta0;  in sym_fw2_patch()  local
 144 	scripta0 = (struct sym_fw2a_scr *) np->scripta0;  in sym_fw2_patch()
 151 		scripta0->idle[0]	= cpu_to_scr(SCR_NO_OP);  in sym_fw2_patch()
 152 		scripta0->reselected[0]	= cpu_to_scr(SCR_NO_OP);  in sym_fw2_patch()
 [all …]
 
 | 
| D | sym_hipd.c | 1133 		script_base	= (u_char *) np->scripta0;1905 		memcpy_toio(np->s.ramaddr, np->scripta0, np->scripta_sz);
 2486 		vdsp = (u32 *)((char*)np->scripta0 + (dsp-np->scripta_ba-8));
 5649 	np->scripta0 = sym_calloc_dma(np->scripta_sz, "SCRIPTA0");
 5652 	if (!np->scripta0 || !np->scriptb0 || !np->scriptz0)
 5686 	np->scripta_ba	= vtobus(np->scripta0);
 5703 	memcpy(np->scripta0, fw->a_base, np->scripta_sz);
 5717 	sym_fw_bind_script(np, (u32 *) np->scripta0, np->scripta_sz);
 5811 	if (np->scripta0)
 5812 		sym_mfree_dma(np->scripta0, np->scripta_sz, "SCRIPTA0");
 
 | 
| D | sym_hipd.h | 886 	u_char		*scripta0;	/* Copy of scripts A, B, Z	*/  member
 |