/reactos/drivers/bus/acpi/acpica/resources/ |
H A D | rsirq.c | 270 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.Dma.Transfer), 271 AML_OFFSET (Dma.Flags), 274 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Dma.BusMaster), 275 AML_OFFSET (Dma.Flags), 278 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.Dma.Type), 279 AML_OFFSET (Dma.Flags), 284 {ACPI_RSC_BITMASK, ACPI_RS_OFFSET (Data.Dma.Channels[0]), 285 AML_OFFSET (Dma.DmaChannelMask), 286 ACPI_RS_OFFSET (Data.Dma.ChannelCount)}
|
H A D | rsdumpinfo.c | 83 …{ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET (Dma.Type), "Speed", … 84 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (Dma.BusMaster), "Mastering", … 85 …{ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET (Dma.Transfer), "Transfer Type", … 86 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (Dma.ChannelCount), "Channel Count", … 87 …{ACPI_RSD_SHORTLIST,ACPI_RSD_OFFSET (Dma.Channels[0]), "Channel List", …
|
/reactos/drivers/storage/port/storport/ |
H A D | miniport.c | 106 ULONG RangeNumber = 0, Interrupt = 0, Dma = 0; in AssignResourcesToConfiguration() local 191 PartialDescriptor->u.Dma.Channel, in AssignResourcesToConfiguration() 192 PartialDescriptor->u.Dma.Port); in AssignResourcesToConfiguration() 193 if (Dma == 0) in AssignResourcesToConfiguration() 195 PortConfiguration->DmaChannel = PartialDescriptor->u.Dma.Channel; in AssignResourcesToConfiguration() 196 PortConfiguration->DmaPort = PartialDescriptor->u.Dma.Port; in AssignResourcesToConfiguration() 206 else if (Dma == 1) in AssignResourcesToConfiguration() 208 PortConfiguration->DmaChannel2 = PartialDescriptor->u.Dma.Channel; in AssignResourcesToConfiguration() 209 PortConfiguration->DmaPort2 = PartialDescriptor->u.Dma.Port; in AssignResourcesToConfiguration() 219 Dma++; in AssignResourcesToConfiguration()
|
/reactos/modules/rostests/unittests/isapnp/ |
H A D | precomp.h | 283 ok((Desc)->u.Dma.MinimumChannel == (ExpectedMin), \ 285 (Desc)->u.Dma.MinimumChannel, (ExpectedMin)); \ 286 ok((Desc)->u.Dma.MaximumChannel == (ExpectedMax), \ 288 (Desc)->u.Dma.MaximumChannel, (ExpectedMax)); \ 384 ok((Desc)->u.Dma.Channel == (ExpectedChannel), \ 386 (Desc)->u.Dma.Channel, (ExpectedChannel)); \ 387 ok((Desc)->u.Dma.Port == 0ul, \ 389 (Desc)->u.Dma.Port, 0ul); \ 390 ok((Desc)->u.Dma.Reserved1 == 0ul, \ 391 "Desc->u.Dma.Reserved1 = %lx, expected 0\n", (Desc)->u.Dma.Reserved1); \
|
/reactos/ntoskrnl/io/pnpmgr/ |
H A D | pnpres.c | 169 for (Channel = IoDesc->u.Dma.MinimumChannel; in IopFindDmaResource() 170 Channel <= IoDesc->u.Dma.MaximumChannel; in IopFindDmaResource() 173 CmDesc->u.Dma.Channel = Channel; in IopFindDmaResource() 174 CmDesc->u.Dma.Port = 0; in IopFindDmaResource() 362 if (CmDesc->u.Dma.Channel >= IoDesc->u.Dma.MinimumChannel && in IopFixupResourceListWithRequirements() 363 CmDesc->u.Dma.Channel <= IoDesc->u.Dma.MaximumChannel) in IopFixupResourceListWithRequirements() 371 CmDesc->u.Dma.Channel, in IopFixupResourceListWithRequirements() 452 IoDesc->u.Dma.MinimumChannel, IoDesc->u.Dma.MaximumChannel); in IopFixupResourceListWithRequirements() 681 if (ResDesc->u.Dma.Channel == ResDesc2->u.Dma.Channel) in IopCheckResourceDescriptor() 686 ResDesc->u.Dma.Channel, ResDesc->u.Dma.Port, in IopCheckResourceDescriptor() [all …]
|
/reactos/drivers/storage/port/scsiport/ |
H A D | scsiport.c | 1628 ULONG Dma = 0; in SpiResourceToConfig() local 1707 if (Dma == 0) in SpiResourceToConfig() 1720 else if (Dma == 1) in SpiResourceToConfig() 1747 ULONG Interrupt, Dma; in SpiConfigToResource() local 1762 Dma = 1; in SpiConfigToResource() 1766 Dma++; in SpiConfigToResource() 1770 Dma = 0; in SpiConfigToResource() 1772 ListLength += Dma; in SpiConfigToResource() 1861 while (Dma) in SpiConfigToResource() 1883 Dma--; in SpiConfigToResource() [all …]
|
/reactos/ntoskrnl/io/ |
H A D | debug.c | 64 …escriptor->ShareDisposition, Descriptor->Flags, Descriptor->u.Dma.Channel, Descriptor->u.Dma.Port); in PipDumpCmResourceDescriptor() 221 …ptor->Option, Descriptor->ShareDisposition, Descriptor->u.Dma.MinimumChannel, Descriptor->u.Dma.Ma… in PipDumpIoResourceDescriptor()
|
/reactos/drivers/bus/isapnp/ |
H A D | isapnp.c | 104 Descriptor->u.Dma.MinimumChannel = in IsaConvertDmaRequirement() 105 Descriptor->u.Dma.MaximumChannel = Channel; in IsaConvertDmaRequirement() 655 for (i = 0; i < RTL_NUMBER_OF(LogDev->Dma); i++) in IsaPnpCreateLogicalDeviceResources() 657 if (LogDev->Dma[i].CurrentChannel != DMACHANNEL_NONE) in IsaPnpCreateLogicalDeviceResources() 739 for (i = 0; i < RTL_NUMBER_OF(LogDev->Dma); i++) in IsaPnpCreateLogicalDeviceResources() 741 if (LogDev->Dma[i].CurrentChannel == DMACHANNEL_NONE) in IsaPnpCreateLogicalDeviceResources() 748 Descriptor->u.Dma.Channel = LogDev->Dma[i].CurrentChannel; in IsaPnpCreateLogicalDeviceResources()
|
H A D | hardware.c | 1089 for (i = 0; i < RTL_NUMBER_OF(LogDevice->Dma); i++) in ReadCurrentResources() 1091 LogDevice->Dma[i].CurrentChannel = ReadDmaChannel(ReadDataPort, i); in ReadCurrentResources() 1093 if (LogDevice->Dma[i].CurrentChannel == DMACHANNEL_NONE) in ReadCurrentResources() 1184 ASSERT(Descriptor->u.Dma.Channel <= 7); in IsaProgramDmaSelect() 1186 WriteByte(ISAPNP_DMACHANNEL(Index), Descriptor->u.Dma.Channel); in IsaProgramDmaSelect() 1563 if (NumberOfDma >= RTL_NUMBER_OF(LogicalDevice->Dma)) in IsaHwConfigureDevice() 1626 for (i = NumberOfDma; i < RTL_NUMBER_OF(LogicalDevice->Dma); i++) in IsaHwConfigureDevice()
|
H A D | isapnpres.h | 133 ISAPNP_DMA Dma[2]; member
|
/reactos/media/doc/ |
H A D | todo | 12 Dma functions (see hal/x86/dma.c)
|
/reactos/dll/win32/devmgr/properties/ |
H A D | hwresource.cpp | 84 } Dma; member 288 wsprintf(szDetail, L"%08ld", Descriptor->u.Dma.Channel); in AddResourceItems()
|
/reactos/boot/freeldr/freeldr/arch/i386/pc/ |
H A D | pchw.c | 322 PartialDescriptor->u.Dma.Channel = 2; in DetectBiosFloppyController() 323 PartialDescriptor->u.Dma.Port = 0; in DetectBiosFloppyController()
|
/reactos/drivers/storage/floppy/floppy/ |
H A D | floppy.h | 70 ULONG Dma; member
|
H A D | floppy.c | 533 gControllerInfo[gNumberOfControllers].Dma = PartialDescriptor->u.Dma.Channel; in ConfigCallback() 980 DeviceDescription.DmaChannel = gControllerInfo[i].Dma; in AddControllers() 986 DeviceDescription.DmaWidth = gControllerInfo[i].Dma > 3 ? Width16Bits: Width8Bits; in AddControllers()
|
/reactos/sdk/include/ddk/ |
H A D | miniport.h | 174 } Dma; member
|
/reactos/sdk/include/ndk/ |
H A D | haltypes.h | 225 SUPPORTED_RANGE Dma; member
|
H A D | cmtypes.h | 637 } Dma; member
|
/reactos/boot/freeldr/freeldr/disk/ |
H A D | scsiport.c | 1023 PartialData->u.Dma.Channel, PartialData->u.Dma.Port); in SpiResourceToConfig() 1024 PortConfig->DmaChannel = PartialData->u.Dma.Channel; in SpiResourceToConfig() 1025 PortConfig->DmaPort = PartialData->u.Dma.Port; in SpiResourceToConfig()
|
/reactos/sdk/lib/drivers/wdf/kmdf/src/dma/base/ |
H A D | fxdmaenabler.cpp | 529 deviceDescription.DmaChannel = Config->DmaDescriptor->u.Dma.Channel; in ConfigureSystemAdapter() 530 deviceDescription.DmaRequestLine = Config->DmaDescriptor->u.Dma.Port; in ConfigureSystemAdapter()
|
/reactos/drivers/bus/acpi/acpica/include/ |
H A D | amlresrc.h | 682 AML_RESOURCE_DMA Dma; member
|
/reactos/drivers/storage/ide/uniata/ |
H A D | todo.txt | 171 101.use Dma & Pio error rates to distinguish between BadBlock & ... 228 139.use some additional code for HP/Promise Dma Star/Stop (25 )
|
/reactos/drivers/bus/acpi/ |
H A D | buspdo.c | 1034 ResourceDescriptor->u.Dma.Channel = dma_data->Channels[i]; in Bus_PDO_QueryResources() 1504 ACPI_RESOURCE_DMA *dma_data = &resource->Data.Dma; in Bus_PDO_QueryResourceRequirements() 1526 RequirementDescriptor->u.Dma.MinimumChannel = in Bus_PDO_QueryResourceRequirements() 1527 RequirementDescriptor->u.Dma.MaximumChannel = dma_data->Channels[i]; in Bus_PDO_QueryResourceRequirements()
|
/reactos/base/applications/regedit/ |
H A D | edit.c | 796 wsprintf(buffer, L"%lu", pDescriptor->u.Dma.Channel); in ParseResources() 810 wsprintf(buffer, L"%lu", pDescriptor->u.Dma.Port); in ParseResources() 1400 wsprintf(Buffer, L"0x%lx", pDescriptor->u.Dma.MinimumChannel); in show_requirements_dma_dlgproc() 1402 wsprintf(Buffer, L"0x%lx", pDescriptor->u.Dma.MaximumChannel); in show_requirements_dma_dlgproc()
|
/reactos/drivers/wdm/audio/legacy/stream/ |
H A D | pnp.c | 261 Config->DmaChannel = Descriptor->u.Dma.Channel; in StreamClassStartDevice()
|