Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/arm/
H A Dfas216.h58 #define STAT_MSG (1 << 2) /* MSG phase */ macro
65 #define STAT_BUSMASK (STAT_MSG|STAT_CD|STAT_IO)
70 #define STAT_MESGOUT (STAT_MSG|STAT_CD) /* Message out */
71 #define STAT_MESGIN (STAT_MSG|STAT_CD|STAT_IO) /* Message In */
/kernel/linux/linux-6.6/drivers/scsi/arm/
H A Dfas216.h58 #define STAT_MSG (1 << 2) /* MSG phase */ macro
65 #define STAT_BUSMASK (STAT_MSG|STAT_CD|STAT_IO)
70 #define STAT_MESGOUT (STAT_MSG|STAT_CD) /* Message out */
71 #define STAT_MESGIN (STAT_MSG|STAT_CD|STAT_IO) /* Message In */
/kernel/linux/linux-5.10/drivers/scsi/
H A Dmac53c94.h110 #define STAT_MSG 0x04 macro
H A Dmac53c94.c267 if ((stat & (STAT_MSG|STAT_CD)) == 0 in mac53c94_interrupt()
300 && (stat & (STAT_MSG|STAT_CD)) == 0) { in mac53c94_interrupt()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dmac53c94.h110 #define STAT_MSG 0x04 macro
H A Dmac53c94.c265 if ((stat & (STAT_MSG|STAT_CD)) == 0 in mac53c94_interrupt()
298 && (stat & (STAT_MSG|STAT_CD)) == 0) { in mac53c94_interrupt()

Completed in 6 milliseconds