Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/sata/impl/
H A Dsata.c12640 uint16_t cfg_word; in sata_identify_device() local
12648 cfg_word = sdinfo->satadrv_id.ai_config; in sata_identify_device()
12651 if ((cfg_word & SATA_ATA_TYPE_MASK) == SATA_ATA_TYPE) { in sata_identify_device()
12653 } else if (cfg_word == SATA_CFA_TYPE) { in sata_identify_device()
12656 } else if ((cfg_word & SATA_ATAPI_TYPE_MASK) == SATA_ATAPI_TYPE) { in sata_identify_device()
12657 switch (cfg_word & SATA_ATAPI_ID_DEV_TYPE) { in sata_identify_device()