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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.c109 struct sym_fw1a_scr *scripta0; local
112 scripta0 = (struct sym_fw1a_scr *) np->scripta0;
119 scripta0->idle[0] = cpu_to_scr(SCR_NO_OP);
120 scripta0->reselected[0] = cpu_to_scr(SCR_NO_OP);
121 scripta0->start[0] = cpu_to_scr(SCR_NO_OP);
131 scripta0->ungetjob[0] = cpu_to_scr(SCR_NO_OP);
150 struct sym_fw2a_scr *scripta0; local
153 scripta0 = (struct sym_fw2a_scr *) np->scripta0;
293 struct sym_fw1a_scr *scripta0; local
317 struct sym_fw2a_scr *scripta0; local
[all...]
H A Dsym_hipd.c1126 script_base = (u_char *) np->scripta0;
1875 memcpy_toio(np->s.ramaddr, np->scripta0, np->scripta_sz);
2411 vdsp = (u32 *)((char*)np->scripta0 + (dsp-np->scripta_ba-8));
5474 np->scripta0 = sym_calloc_dma(np->scripta_sz, "SCRIPTA0");
5477 if (!np->scripta0 || !np->scriptb0 || !np->scriptz0)
5511 np->scripta_ba = vtobus(np->scripta0);
5528 memcpy(np->scripta0, fw->a_base, np->scripta_sz);
5542 sym_fw_bind_script(np, (u32 *) np->scripta0, np->scripta_sz);
5637 if (np->scripta0)
5638 sym_mfree_dma(np->scripta0, n
[all...]
H A Dsym_hipd.h889 u_char *scripta0; /* Copy of scripts A, B, Z */ member in struct:sym_hcb

Completed in 73 milliseconds