Searched refs:STAT_CD (Results 1 – 3 of 3) sorted by relevance
60 #define STAT_CD (1 << 1) /* CD phase */ macro68 #define STAT_BUSMASK (STAT_MSG|STAT_CD|STAT_IO)71 #define STAT_COMMAND (STAT_CD) /* Command out */72 #define STAT_STATUS (STAT_CD|STAT_IO) /* Status In */73 #define STAT_MESGOUT (STAT_MSG|STAT_CD) /* Message out */74 #define STAT_MESGIN (STAT_MSG|STAT_CD|STAT_IO) /* Message In */
266 if ((stat & (STAT_MSG|STAT_CD)) == 0 in mac53c94_interrupt()280 } else if ((stat & STAT_PHASE) == STAT_CD + STAT_IO) { in mac53c94_interrupt()299 && (stat & (STAT_MSG|STAT_CD)) == 0) { in mac53c94_interrupt()311 if ((stat & STAT_PHASE) != STAT_CD + STAT_IO) { in mac53c94_interrupt()
110 #define STAT_CD 0x02 macro