/src/sys/arch/mac68k/dev/ |
mac68k5380.c | 272 int dmstat, idstat; local in function:pdma_ready 285 dmstat = GET_5380_REG(NCR5380_DMSTAT); 287 if ( ((dmstat & (0xff & ~SC_ATN_STAT)) == SC_IRQ_SET) 293 } else if (PH_IN(reqp->phase) && (dmstat & SC_PAR_ERR)) {
|
ncr5380.c | 1462 int dmstat, is_edma; local in function:dma_ready 1466 dmstat = GET_5380_REG(NCR5380_DMSTAT); 1472 if (!is_edma && !(dmstat & (SC_END_DMA|SC_BSY_ERR)) 1473 && (dmstat & SC_PHS_MTCH) ) { 1477 dmstat, last_hit[DBG_PID-1]); 1479 dmstat, "unknown"); 1511 if (PH_IN(reqp->phase) && (dmstat & SC_PAR_ERR)) { 1527 if ((dmstat & SC_BSY_ERR) || !(dmstat & SC_PHS_MTCH) 1541 if (dmstat & SC_BSY_ERR) 1968 u_char idstat, dmstat; local in function:scsi_show [all...] |
/src/sys/arch/atari/dev/ |
atari5380.c | 371 uint8_t dmstat, dmastat; local in function:tt_poll_edma 397 dmstat = GET_TT_REG(NCR5380_DMSTAT); 399 if ((machineid & ATARI_HADES) && (dmstat & SC_DMA_REQ)) { 401 dmstat = GET_TT_REG(NCR5380_DMSTAT); 405 if (dmstat & (SC_END_DMA|SC_BSY_ERR|SC_IRQ_SET)) 407 if ((dmstat & SC_PHS_MTCH) == 0) 436 int dmastat, dmstat; local in function:tt_get_dma_result 441 dmstat = GET_TT_REG(NCR5380_DMSTAT); 470 (dmstat & SC_PHS_MTCH) == 0 && PH_OUT(reqp->phase))
|
ncr5380.c | 1493 int dmstat, is_edma; local in function:dma_ready 1497 dmstat = GET_5380_REG(NCR5380_DMSTAT); 1504 (dmstat & (SC_END_DMA|SC_BSY_ERR)) == 0 && 1505 (dmstat & SC_PHS_MTCH) != 0) { 1509 dmstat, last_hit[DBG_PID-1]); 1511 dmstat, "unknown"); 1544 if (PH_IN(reqp->phase) && (dmstat & SC_PAR_ERR)) { 1560 if ((dmstat & SC_BSY_ERR) != 0 || (dmstat & SC_PHS_MTCH) == 0 || 1574 if (dmstat & SC_BSY_ERR) 2042 uint8_t idstat, dmstat; local in function:scsi_show [all...] |