Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsmsat.c2484 satSimpleSATAIdentifyData_t *pSimpleData; in smsatInquiryPage83() local
2491 pSimpleData = ( satSimpleSATAIdentifyData_t *)pSATAIdData; in smsatInquiryPage83()
2603 pInquiry[16] = (bit8)((pSimpleData->word[27]) >> 8); in smsatInquiryPage83()
2604 pInquiry[17] = (bit8)((pSimpleData->word[27]) & 0x00ff); in smsatInquiryPage83()
2605 pInquiry[18] = (bit8)((pSimpleData->word[28]) >> 8); in smsatInquiryPage83()
2606 pInquiry[19] = (bit8)((pSimpleData->word[28]) & 0x00ff); in smsatInquiryPage83()
2607 pInquiry[20] = (bit8)((pSimpleData->word[29]) >> 8); in smsatInquiryPage83()
2608 pInquiry[21] = (bit8)((pSimpleData->word[29]) & 0x00ff); in smsatInquiryPage83()
2609 pInquiry[22] = (bit8)((pSimpleData->word[30]) >> 8); in smsatInquiryPage83()
2610 pInquiry[23] = (bit8)((pSimpleData->word[30]) & 0x00ff); in smsatInquiryPage83()
[all …]
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsat.c18370 satSimpleSATAIdentifyData_t *pSimpleData; in satInquiryPage83() local
18377 pSimpleData = ( satSimpleSATAIdentifyData_t *)pSATAIdData; in satInquiryPage83()
18442 pInquiry[16] = (bit8)((pSimpleData->word[27]) >> 8); in satInquiryPage83()
18443 pInquiry[17] = (bit8)((pSimpleData->word[27]) & 0x00ff); in satInquiryPage83()
18444 pInquiry[18] = (bit8)((pSimpleData->word[28]) >> 8); in satInquiryPage83()
18445 pInquiry[19] = (bit8)((pSimpleData->word[28]) & 0x00ff); in satInquiryPage83()
18446 pInquiry[20] = (bit8)((pSimpleData->word[29]) >> 8); in satInquiryPage83()
18447 pInquiry[21] = (bit8)((pSimpleData->word[29]) & 0x00ff); in satInquiryPage83()
18448 pInquiry[22] = (bit8)((pSimpleData->word[30]) >> 8); in satInquiryPage83()
18449 pInquiry[23] = (bit8)((pSimpleData->word[30]) & 0x00ff); in satInquiryPage83()
[all …]