• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/

Lines Matching defs:script

1012 **    80 (MAX_SCATTERL) segments are moved from a sub-script
1154 struct script;
1300 ** Jump table used by the script processor to directly jump
1355 ** Declaration of structs: the launch script.
1361 ** This 6 DWORDs mini script makes use of prefetching.
1385 ** These fields are accessible to the script processor.
1393 ** Points to the position in the script responsible for the
1422 u_char scr_st[4]; /* script status */
1428 ** The status bytes are used by the host and the script processor.
1439 ** Inside the script the XX_REG are used.
1441 ** The first four bytes (scr_st[4]) are used inside the script by
1451 ** Last four bytes (script)
1476 ** First four bytes (script)
1496 ** During execution of a ccb by the script processor,
1500 ** the script-processor-changeable data and
1535 ** register when it is executed by the script processor.
1543 ** Mini-script used at CCB execution start-up.
1551 ** Mini-script used at CCB relection to restart the nexus.
1561 ** we have to prepare a mini script to transfer
1620 ** It is accessible to both the host and the script processor.
1688 ** 'script' is loaded in the on-chip RAM if present.
1692 struct script *script0; /* Copies of script and scripth */
1695 u_long p_script; /* Actual script and scripth */
1745 ** written with a SCR_COPY script command.
1781 #define NCB_SCRIPT_PHYS(np,lbl) (np->p_script + offsetof (struct script, lbl))
1799 ** If you make changes inside the script,
1810 ** modification, to force a refetch of the script on
1826 struct script {
1962 static void ncr_script_fill (struct script * scr, struct scripth * scripth);
2001 ** PADDR generates a reference to another part of the script.
2002 ** RADDR generates a reference to a script processor register.
2003 ** FADDR generates a reference to a script processor register
2016 #define PADDR(label) (RELOC_LABEL | offsetof(struct script, label))
2022 static struct script script0 __initdata = {
2049 ** SCRATCHA contains the address of the script,
2078 ** Then the script processor takes the jump
2119 ** Flush script prefetch if required
2303 ** The script processor doesn't negate the
2412 ** Flush script prefetch if required
2628 ** Flush script prefetch if required
2694 ** Flush script prefetch if required
2761 ** Called addresses point to the launch script in the CCB.
2853 ** Flush script prefetch if required
3253 ** This script sets savep/lastp/goalp according to the
3361 ** Load the script into on-chip RAM,
3368 ** Flush script prefetch if required
3371 SCR_COPY (sizeof (struct script)),
3394 ** modification, to force a refetch of the script on
3430 ** Fill in #define dependent parts of the script
3436 void __init ncr_script_fill (struct script * scr, struct scripth * scrh)
3508 ** Copy and rebind a script.
3532 ** in struct script, a field will be
4563 * The script processor is then assumed to be stopped.
4703 m_free_dma(np->script0, sizeof(struct script), "SCRIPT");
5251 ** Start script processor.
5580 ** Patch the lun mini-script, according to tag mode.
5693 ** current script command:
5694 ** dsp: script address (relative to start of script).
5695 ** dbc: first word of script command.
5714 if (dsp > np->p_script && dsp <= np->p_script + sizeof(struct script)) {
5716 script_size = sizeof(struct script);
5718 script_name = "script";
5741 printk ("%s: script cmd = %08x\n", ncr_name(np),
5958 ** it continues executing script commands.
6088 * script that will ignore all data in bytes until phase
6209 ** try to find the interrupted script command,
6215 dsp <= np->p_script + sizeof(struct script)) {
6283 ** check cmd against assumed interrupted script command.
6347 ** and restart script processor at dispatcher.
6973 ** which couldn't be handled by the script.
7174 ** Initialyze the start and restart launch script.
7287 ** CALL @script(resel_lun)
7378 ** Initilialyze the reselect script:
7386 ** JUMP @script(resel_notag)
7595 ** Start script (exchange values)
7629 printk ("CACHE TEST FAILED: script execution failed.\n");
8183 np->script0 = m_calloc_dma(sizeof(struct script), "SCRIPT");
8223 if (np->paddr2 && sizeof(struct script) > 4096) {
8225 printk(KERN_WARNING "%s: script too large, NOT using on chip RAM.\n",
8244 /* Patch script to physical addresses */
8252 (ncrcmd *) np->script0, sizeof(struct script));
8257 /* Patch the script for LED support. */
8344 m_free_dma(np->script0, sizeof(struct script), "SCRIPT");