Home
last modified time | relevance | path

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

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