Home
last modified time | relevance | path

Searched refs:AtapiCmdSize (Results 1 – 4 of 4) sorted by relevance

/reactos/boot/freeldr/freeldr/include/
H A Dhwide.h169 UCHAR AtapiCmdSize:2; // 00 00 General configuration member
/reactos/boot/freeldr/freeldr/arch/drivers/
H A Dhwide.c23 #define ATAPI_PACKET_SIZE(IdentifyData) (IdentifyData.AtapiCmdSize ? 16 : 12)
/reactos/drivers/storage/ide/uniata/
H A Datapi.h611 UCHAR AtapiCmdSize:2; // 00 00 member
H A Did_ata.cpp2311 …PRINT_PREFIX "IssueIdentify: AtapiCmdSize %#x\n", deviceExtension->FullIdentifyData.AtapiCmdSize)); in IssueIdentify()
5726 LunExt->IdentifyData.AtapiCmdSize ? 8 : 6,
7582 if(!LunExt->IdentifyData.AtapiCmdSize &&
8155 LunExt->IdentifyData.AtapiCmdSize ? 8 : 6,