Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Data.h268 #define LBA_CAPACITY(ati) \ argument
269 ((LE_16(ati->word83) & (1 << 10)) == 0)? \
270 (LE_16(ati->word60) | ((LE_16(ati->word61)) << 16)) : \
271 ((LE_16(ati->word100)) | ((LE_16(ati->word101)) << 16) | \
272 (((uint64_t)LE_16(ati->word102)) << 32) | \
273 (((uint64_t)LE_16(ati->word103)) << 48))
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c1700 ata_identify_t *ati; in pmcs_add_sata_device() local
1739 ati = pwp->scratch; in pmcs_add_sata_device()
1740 a = &ati->word108; in pmcs_add_sata_device()