Home
last modified time | relevance | path

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

/reactos/drivers/storage/ide/pciidex/
H A Dfdo.c21 PCM_PARTIAL_RESOURCE_DESCRIPTOR BusMasterDescriptor = NULL; in PciIdeXFdoParseResources() local
45 if (!BusMasterDescriptor) in PciIdeXFdoParseResources()
46 BusMasterDescriptor = Descriptor; in PciIdeXFdoParseResources()
60 if (!BusMasterDescriptor) in PciIdeXFdoParseResources()
63 if ((BusMasterDescriptor->Type == CmResourceTypePort) && in PciIdeXFdoParseResources()
64 (BusMasterDescriptor->Flags & CM_RESOURCE_PORT_IO)) in PciIdeXFdoParseResources()
66 IoBase = (PVOID)(ULONG_PTR)BusMasterDescriptor->u.Port.Start.QuadPart; in PciIdeXFdoParseResources()
70 IoBase = MmMapIoSpace(BusMasterDescriptor->u.Memory.Start, 16, MmNonCached); in PciIdeXFdoParseResources()