Searched refs:SC_IRQ_SET (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/atari/dev/
H A Datari5380.c200 #define scsi_ipending() (GET_5380_REG(NCR5380_DMSTAT) & SC_IRQ_SET)
405 if (dmstat & (SC_END_DMA|SC_BSY_ERR|SC_IRQ_SET))
757 return get_falcon_5380_reg(NCR5380_DMSTAT) & SC_IRQ_SET;
1024 return GET_TT_REG(NCR5380_DMSTAT) & SC_IRQ_SET;
1137 if (GET_5380_REG(NCR5380_DMSTAT) & SC_IRQ_SET) {
H A Dncr5380reg.h98 #define SC_IRQ_SET 0x10 /* R - IRQ is active */ macro
/netbsd-current/sys/arch/mac68k/dev/
H A Dncr5380reg.h98 #define SC_IRQ_SET 0x10 /* R - IRQ is active */ macro
H A Dmac68k5380.c108 #define scsi_ipending() (GET_5380_REG(NCR5380_DMSTAT) & SC_IRQ_SET)
287 if ( ((dmstat & (0xff & ~SC_ATN_STAT)) == SC_IRQ_SET)

Completed in 202 milliseconds