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

/freebsd-current/sys/dev/hptmv/
H A Dentry.c376 MV_U16_PTR IdentifyData = pMvSataChannel->identifyDevice; local
387 pVDev->u.disk.dDeRealCapacity = ((IdentifyData[101]<<16) | IdentifyData[100]) - 1;
390 if(IdentifyData[53] & 1) {
392 (((IdentifyData[58]<<16 | IdentifyData[57]) < (IdentifyData[61]<<16 | IdentifyData[60])) ?
393 (IdentifyData[61]<<16 | IdentifyData[6
[all...]
H A Dhptintf.h464 * IdentifyData.ModelNumber[] is byte-swapped from the original identify data.
487 IDENTIFY_DATA2 IdentifyData; /* Identify Data of this device */ member in struct:_DEVICE_INFO
H A Dgui_lib.c337 memcpy(&(pDiskInfo->IdentifyData), (pSataChannel->identifyDevice), sizeof(IDENTIFY_DATA2));
338 p = (char *)&pDiskInfo->IdentifyData.ModelNumber;
/freebsd-current/sys/dev/hptrr/
H A Dhptintf.h655 * IdentifyData.ModelNumber[] is HPT_U8-swapped from the original identify data.
692 IDENTIFY_DATA2 IdentifyData; /* Identify Data of this device */ member in struct:_DEVICE_INFO
701 * IdentifyData.ModelNumber[] is HPT_U8-swapped from the original identify data.
738 IDENTIFY_DATA2 IdentifyData; /* Identify Data of this device */ member in struct:_DEVICE_INFO_V2
/freebsd-current/sys/dev/hpt27xx/
H A Dhptintf.h847 * IdentifyData.ModelNumber[] is HPT_U8-swapped from the original identify data.
884 IDENTIFY_DATA2 IdentifyData; /* Identify Data of this device */ member in struct:_DEVICE_INFO
893 * IdentifyData.ModelNumber[] is HPT_U8-swapped from the original identify data.
930 IDENTIFY_DATA2 IdentifyData; /* Identify Data of this device */ member in struct:_DEVICE_INFO_V2
/freebsd-current/sys/dev/hptnr/
H A Dhptintf.h843 * IdentifyData.ModelNumber[] is HPT_U8-swapped from the original identify data.
880 IDENTIFY_DATA2 IdentifyData; /* Identify Data of this device */ member in struct:_DEVICE_INFO
889 * IdentifyData.ModelNumber[] is HPT_U8-swapped from the original identify data.
926 IDENTIFY_DATA2 IdentifyData; /* Identify Data of this device */ member in struct:_DEVICE_INFO_V2

Completed in 267 milliseconds