Home
last modified time | relevance | path

Searched refs:STATUS_ATA_MASK (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/sun/sys/dada/impl/
H A Dstatus.h48 #define STATUS_ATA_MASK 0x81 /* Mask for status byte */ macro
/titanic_41/usr/src/uts/sun/io/dada/conf/
H A Ddcd_confsubr.c188 (((*ident_pkt->pkt_scbp) & STATUS_ATA_MASK) == 0)) { in dcd_hba_probe()
257 } else if (((*pkt->pkt_scbp) & STATUS_ATA_MASK) == STATUS_ATA_BUSY) { in dcd_test()
/titanic_41/usr/src/uts/sun/sys/dada/targets/
H A Ddaddef.h55 #define SCBP_C(pkt) ((*(pkt)->pkt_scbp) & STATUS_ATA_MASK)
63 #define STATUS_SCBP_C(statusp) (*(uchar_t *)(statusp) & STATUS_ATA_MASK)
/titanic_41/usr/src/uts/sun/io/dada/impl/
H A Ddcd_subr.c105 } else if (((*pkt->pkt_scbp) & STATUS_ATA_MASK) in dcd_poll()
/titanic_41/usr/src/uts/sun/io/dada/targets/
H A Ddad.c4223 switch (status & STATUS_ATA_MASK) { in dcd_sname()