Searched refs:script0 (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dncr53c8xx.c1068 struct script *script0; /* Copies of script and scripth */ member in struct:ncb
1409 static struct script script0 __initdata = {
3577 np->script0 = (struct script *)
3579 if (!np->script0)
3702 ncr_script_fill (&script0, &scripth0);
3707 np->p_script = (np->paddr2) ? np->paddr2 : vtobus(np->script0);
3709 ncr_script_copy_and_bind (np, (ncrcmd *) &script0, (ncrcmd *) np->script0, sizeof(struct script));
3718 np->script0->idle[0] =
3720 np->script0
[all...]
H A Dsym53c8xx.c2095 struct script *script0; /* Copies of script and scripth */ member in struct:ncb
2597 static struct script script0 __initdata = {
5465 np->script0 = (struct script *)
5467 if (!np->script0)
5625 ncr_script_fill (&script0, &scripth0);
5627 np->p_script = vtobus(np->script0);
5653 ncr_script_copy_and_bind (np, (ncrcmd *) &script0, (ncrcmd *) np->script0, sizeof(struct script));
5668 np->script0->resel_scntl4[0] = cpu_to_scr(SCR_LOAD_REL (scntl4, 1));
5669 np->script0
[all...]

Completed in 106 milliseconds