Home
last modified time | relevance | path

Searched refs:MaximumDmaTransferLength (Results 1 – 5 of 5) sorted by relevance

/reactos/drivers/storage/ide/uniata/
H A Did_dma.cpp173 chan->DB_IO = MmAllocateContiguousMemory(deviceExtension->MaximumDmaTransferLength, ph4gb); in AtapiDmaAlloc()
291 if(count > deviceExtension->MaximumDmaTransferLength) { in AtapiDmaSetup()
H A Did_init.cpp381 deviceExtension->MaximumDmaTransferLength = ConfigInfo->MaximumTransferLength; in UniataChipDetect()
1330 deviceExtension->MaximumDmaTransferLength = 63*1024; in UniataChipDetect()
H A Dbsmaster.h1317 ULONG MaximumDmaTransferLength; member
H A Did_probe.cpp2603 deviceExtension->MaximumDmaTransferLength = ConfigInfo->MaximumTransferLength; in AtapiFindIsaController()
H A Did_ata.cpp6833 (*max_bcount) = LunExt->DeviceExtension->MaximumDmaTransferLength / DEV_BSIZE;