Home
last modified time | relevance | path

Searched refs:Dma (Results 1 – 25 of 36) sorted by relevance

12

/reactos/drivers/bus/acpi/acpica/resources/
H A Drsirq.c270 {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 Drsdumpinfo.c83 …{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 Dminiport.c106 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 Dprecomp.h283 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 Dpnpres.c169 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 Dscsiport.c1628 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 Ddebug.c64 …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 Disapnp.c104 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 Dhardware.c1089 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 Disapnpres.h133 ISAPNP_DMA Dma[2]; member
/reactos/media/doc/
H A Dtodo12 Dma functions (see hal/x86/dma.c)
/reactos/dll/win32/devmgr/properties/
H A Dhwresource.cpp84 } Dma; member
288 wsprintf(szDetail, L"%08ld", Descriptor->u.Dma.Channel); in AddResourceItems()
/reactos/boot/freeldr/freeldr/arch/i386/pc/
H A Dpchw.c322 PartialDescriptor->u.Dma.Channel = 2; in DetectBiosFloppyController()
323 PartialDescriptor->u.Dma.Port = 0; in DetectBiosFloppyController()
/reactos/drivers/storage/floppy/floppy/
H A Dfloppy.h70 ULONG Dma; member
H A Dfloppy.c533 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 Dminiport.h174 } Dma; member
/reactos/sdk/include/ndk/
H A Dhaltypes.h225 SUPPORTED_RANGE Dma; member
H A Dcmtypes.h637 } Dma; member
/reactos/boot/freeldr/freeldr/disk/
H A Dscsiport.c1023 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 Dfxdmaenabler.cpp529 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 Damlresrc.h682 AML_RESOURCE_DMA Dma; member
/reactos/drivers/storage/ide/uniata/
H A Dtodo.txt171 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 Dbuspdo.c1034 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 Dedit.c796 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 Dpnp.c261 Config->DmaChannel = Descriptor->u.Dma.Channel; in StreamClassStartDevice()

12