Home
last modified time | relevance | path

Searched refs:phases (Results 1 – 20 of 20) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dg_NCR5380.c854 …for (i = 0; (phases[i].value != PHASE_UNKNOWN) && (phases[i].value != (status & PHASE_MASK)); ++i); in generic_NCR5380_proc_info()
855 PRINTP("Phase %s\n" ANDP phases[i].name); in generic_NCR5380_proc_info()
DAM53C974.c398 } phases[] = { variable
437 for (i = 0; (phases[i].value != PHASE_RES_1) && in AM53C974_print_phase()
438 (phases[i].value != (statreg & STATREG_PHASE)); ++i); in AM53C974_print_phase()
440 printk("scsi%d : phase %s, latched at end of last command\n", instance->host_no, phases[i].name); in AM53C974_print_phase()
442 printk("scsi%d : phase %s, real time\n", instance->host_no, phases[i].name); in AM53C974_print_phase()
Datari_NCR5380.c588 } phases[] = { variable
610 for (i = 0; (phases[i].value != PHASE_UNKNOWN) && in NCR5380_print_phase()
611 (phases[i].value != (status & PHASE_MASK)); ++i); in NCR5380_print_phase()
612 printk(KERN_DEBUG "scsi%d: phase %s\n", HOSTNO, phases[i].name); in NCR5380_print_phase()
Dmac_NCR5380.c611 } phases[] = { variable
633 for (i = 0; (phases[i].value != PHASE_UNKNOWN) && in NCR5380_print_phase()
634 (phases[i].value != (status & PHASE_MASK)); ++i); in NCR5380_print_phase()
635 printk(KERN_DEBUG "scsi%d: phase %s\n", HOSTNO, phases[i].name); in NCR5380_print_phase()
Dsun3_NCR5380.c596 } phases[] = { variable
618 for (i = 0; (phases[i].value != PHASE_UNKNOWN) && in NCR5380_print_phase()
619 (phases[i].value != (status & PHASE_MASK)); ++i); in NCR5380_print_phase()
620 printk(KERN_DEBUG "scsi%d: phase %s\n", HOSTNO, phases[i].name); in NCR5380_print_phase()
DNCR5380.c438 } phases[] = { variable
468 …for (i = 0; (phases[i].value != PHASE_UNKNOWN) && (phases[i].value != (status & PHASE_MASK)); ++i); in NCR5380_print_phase()
469 printk("scsi%d : phase %s\n", instance->host_no, phases[i].name); in NCR5380_print_phase()
D53c7,8xx.scr567 ; and DATA_OUT phases are allowed, with the user provided
570 ; phases.
575 ; and DATA OUT phases respectively, with the state of the active
1233 ; specification, we can't change phases until REQ transitions true->false,
Dsym53c416.c209 enum phases enum
D53c7xx.scr696 ; and DATA_OUT phases are allowed, with the user provided
699 ; phases.
704 ; and DATA OUT phases respectively, with the state of the active
1509 ; specification, we can't change phases until REQ transitions true->false,
DREADME.st167 max_sg_segs) and the number of segments used in phases 1 and 2
172 is smaller than the number of segments used in phases 1 and 2,
DChangeLog.sym53c8xx97 * Simpler handling of illegal phases and data overrun from
DChangeLog327 all DATA IN and DATA OUT phases right. Utilize HBA_interpret flag.
/linux-2.4.37.9/drivers/acorn/scsi/
Dfas216.c215 static const char *phases[] = { in fas216_bus_phase() local
222 return phases[stat & STAT_BUSMASK]; in fas216_bus_phase()
227 static const char *phases[] = { in fas216_drv_phase() local
241 if (info->scsi.phase < ARRAY_SIZE(phases) && in fas216_drv_phase()
242 phases[info->scsi.phase]) in fas216_drv_phase()
243 return phases[info->scsi.phase]; in fas216_drv_phase()
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx.seq475 * Now determine what phases the host wants us
599 * Data phases on the bus are from the
656 * Main loop for information transfer phases. Wait for the
920 * As a target, we control the phases,
1343 * For data-in phases, wait for any pending acks from the
1345 * send Ignore Wide Residue messages for data-in phases.
Daic79xx.seq677 * Main loop for information transfer phases. Wait for the
1508 * For data-in phases, wait for any pending acks from the
1510 * send Ignore Wide Residue messages for data-in phases.
1877 * phases that are typically caused by CRC errors in status packet
Daic7xxx.reg118 * Possible phases in SCSISIGI
149 * Possible phases to write into SCSISIG0
Daic79xx.reg1663 * Possible phases to write into SCSISIG0
1690 * Possible phases in SCSISIGI
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx.reg112 * Possible phases in SCSISIGI
141 * Possible phases to write into SCSISIG0
Daic7xxx.seq264 * for "in" phases
286 * Main loop for information transfer phases. Wait for the target
/linux-2.4.37.9/Documentation/
Dinitrd.txt14 initrd is mainly designed to allow system startup to occur in two phases,