Searched refs:IdentifyData (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/hptmv/
H A Dentry.c381 MV_U16_PTR IdentifyData = pMvSataChannel->identifyDevice; local
392 pVDev->u.disk.dDeRealCapacity = ((IdentifyData[101]<<16) | IdentifyData[100]) - 1;
395 if(IdentifyData[53] & 1) {
397 (((IdentifyData[58]<<16 | IdentifyData[57]) < (IdentifyData[61]<<16 | IdentifyData[60])) ?
398 (IdentifyData[61]<<16 | IdentifyData[6
[all...]
H A Dhptintf.h466 * IdentifyData.ModelNumber[] is byte-swapped from the original identify data.
489 IDENTIFY_DATA2 IdentifyData; /* Identify Data of this device */ member in struct:_DEVICE_INFO
H A Dgui_lib.c339 memcpy(&(pDiskInfo->IdentifyData), (pSataChannel->identifyDevice), sizeof(IDENTIFY_DATA2));
340 p = (char *)&pDiskInfo->IdentifyData.ModelNumber;
/freebsd-12-stable/sys/dev/hptrr/
H A Dhptintf.h657 * IdentifyData.ModelNumber[] is HPT_U8-swapped from the original identify data.
694 IDENTIFY_DATA2 IdentifyData; /* Identify Data of this device */ member in struct:_DEVICE_INFO
703 * IdentifyData.ModelNumber[] is HPT_U8-swapped from the original identify data.
740 IDENTIFY_DATA2 IdentifyData; /* Identify Data of this device */ member in struct:_DEVICE_INFO_V2
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dhptintf.h849 * IdentifyData.ModelNumber[] is HPT_U8-swapped from the original identify data.
886 IDENTIFY_DATA2 IdentifyData; /* Identify Data of this device */ member in struct:_DEVICE_INFO
895 * IdentifyData.ModelNumber[] is HPT_U8-swapped from the original identify data.
932 IDENTIFY_DATA2 IdentifyData; /* Identify Data of this device */ member in struct:_DEVICE_INFO_V2
/freebsd-12-stable/sys/dev/hptnr/
H A Dhptintf.h845 * IdentifyData.ModelNumber[] is HPT_U8-swapped from the original identify data.
882 IDENTIFY_DATA2 IdentifyData; /* Identify Data of this device */ member in struct:_DEVICE_INFO
891 * IdentifyData.ModelNumber[] is HPT_U8-swapped from the original identify data.
928 IDENTIFY_DATA2 IdentifyData; /* Identify Data of this device */ member in struct:_DEVICE_INFO_V2

Completed in 182 milliseconds