Searched refs:phases (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dg_NCR5380.c849 for (i = 0; (phases[i].value != PHASE_UNKNOWN) && (phases[i].value != (status & PHASE_MASK)); ++i);
850 PRINTP("Phase %s\n" ANDP phases[i].name);
H A Dsun3_NCR5380.c111 * REAL_DMA - if defined, REAL DMA is used during the data transfer phases.
500 } phases[] = { variable in typeref:struct:__anon7008
522 for (i = 0; (phases[i].value != PHASE_UNKNOWN) &&
523 (phases[i].value != (status & PHASE_MASK)); ++i);
524 printk(KERN_DEBUG "scsi%d: phase %s\n", HOSTNO, phases[i].name);
2511 * Since we can't change phases until we've completed the current
H A DNCR5380.c59 * Fixed udelay() hack that was being used on DATAOUT phases
153 * PSEUDO_DMA - if defined, PSEUDO DMA is used during the data transfer phases.
155 * REAL_DMA - if defined, REAL DMA is used during the data transfer phases.
291 } phases[] = { variable in typeref:struct:__anon6351
402 for (i = 0; (phases[i].value != PHASE_UNKNOWN) && (phases[i].value != (status & PHASE_MASK)); ++i);
403 printk("scsi%d : phase %s\n", instance->host_no, phases[i].name);
2433 * phases. So, residual, requested length are only important here.
H A Datari_NCR5380.c117 * REAL_DMA - if defined, REAL DMA is used during the data transfer phases.
502 } phases[] = { variable in typeref:struct:__anon6486
525 for (i = 0; (phases[i].value != PHASE_UNKNOWN) &&
526 (phases[i].value != (status & PHASE_MASK)); ++i)
528 printk(KERN_DEBUG "scsi%d: phase %s\n", HOSTNO, phases[i].name);
2488 * Since we can't change phases until we've completed the current
H A Dsym53c416.c131 /* SYM53C416 SCSI phases (lower 3 bits of SYM53C416_STATUS_REG) */
201 enum phases enum
421 /* Now we handle SCSI phases */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dfas216.c250 static const char *phases[] = { local
257 return phases[stat & STAT_BUSMASK];
262 static const char *phases[] = { local
276 if (info->scsi.phase < ARRAY_SIZE(phases) &&
277 phases[info->scsi.phase])
278 return phases[info->scsi.phase];
828 * Called when we switch away from DATA IN or DATA OUT phases.

Completed in 75 milliseconds