Lines Matching defs:aPorts

192     CM_PARTIAL_RESOURCE_DESCRIPTOR aPorts[i8042MaxPorts];
1939 addressSpace = (pDevExt->Cfg.aPorts[i].Flags & CM_RESOURCE_PORT_IO) == CM_RESOURCE_PORT_IO ? 1 : 0;
1942 pDevExt->Cfg.aPorts[i].u.Port.Start,
1952 pDevExt->DevRegs[i] = (PUCHAR)MmMapIoSpace(Phys, pDevExt->Cfg.aPorts[i].u.Port.Length,
2204 MmUnmapIoSpace(pDevExt->DevRegs[i], pDevExt->Cfg.aPorts[i].u.Port.Length);
2272 (*pResList)->List[0].PartialResourceList.PartialDescriptors[i++] = pDevExt->Cfg.aPorts[j];
3007 pCfg->aPorts[pCfg->cPorts] = *pResDesc;
3008 pCfg->aPorts[pCfg->cPorts].ShareDisposition = CmResourceShareDriverExclusive;
3040 pCfg->aPorts[i8042Dat].Type = CmResourceTypePort;
3041 pCfg->aPorts[i8042Dat].Flags = CM_RESOURCE_PORT_IO;
3042 pCfg->aPorts[i8042Dat].ShareDisposition = CmResourceShareDriverExclusive;
3043 pCfg->aPorts[i8042Dat].u.Port.Start.LowPart = 0x60;
3044 pCfg->aPorts[i8042Dat].u.Port.Start.HighPart = 0;
3045 pCfg->aPorts[i8042Dat].u.Port.Length = 1;
3047 pCfg->aPorts[i8042Cmd].Type = CmResourceTypePort;
3048 pCfg->aPorts[i8042Cmd].Flags = CM_RESOURCE_PORT_IO;
3049 pCfg->aPorts[i8042Cmd].ShareDisposition = CmResourceShareDriverExclusive;
3050 pCfg->aPorts[i8042Cmd].u.Port.Start.LowPart = 0x64;
3051 pCfg->aPorts[i8042Cmd].u.Port.Start.HighPart = 0;
3052 pCfg->aPorts[i8042Cmd].u.Port.Length = 1;
3058 pCfg->aPorts[i8042Dat].u.Port.Length = 1;
3059 pCfg->aPorts[i8042Cmd] = pCfg->aPorts[i8042Dat];
3060 pCfg->aPorts[i8042Cmd].u.Port.Start.LowPart += 4;
3065 if (pCfg->aPorts[i8042Cmd].u.Port.Start.LowPart < pCfg->aPorts[i8042Dat].u.Port.Start.LowPart)
3067 CM_PARTIAL_RESOURCE_DESCRIPTOR Desc = pCfg->aPorts[i8042Dat];
3068 pCfg->aPorts[i8042Dat] = pCfg->aPorts[i8042Cmd];
3069 pCfg->aPorts[i8042Cmd] = Desc;
3145 pCfg->aPorts[pCfg->cPorts] = *pResDesc;
3146 pCfg->aPorts[pCfg->cPorts].ShareDisposition = CmResourceShareDriverExclusive;
3176 pCfg->aPorts[i8042Dat].Type = CmResourceTypePort;
3177 pCfg->aPorts[i8042Dat].Flags = CM_RESOURCE_PORT_IO;
3178 pCfg->aPorts[i8042Dat].ShareDisposition = CmResourceShareDriverExclusive;
3179 pCfg->aPorts[i8042Dat].u.Port.Start.LowPart = 0x60;
3180 pCfg->aPorts[i8042Dat].u.Port.Start.HighPart = 0;
3181 pCfg->aPorts[i8042Dat].u.Port.Length = 1;
3183 pCfg->aPorts[i8042Cmd].Type = CmResourceTypePort;
3184 pCfg->aPorts[i8042Cmd].Flags = CM_RESOURCE_PORT_IO;
3185 pCfg->aPorts[i8042Cmd].ShareDisposition = CmResourceShareDriverExclusive;
3186 pCfg->aPorts[i8042Cmd].u.Port.Start.LowPart = 0x64;
3187 pCfg->aPorts[i8042Cmd].u.Port.Start.HighPart = 0;
3188 pCfg->aPorts[i8042Cmd].u.Port.Length = 1;
3194 pCfg->aPorts[i8042Cmd] = pCfg->aPorts[i8042Dat];
3195 pCfg->aPorts[i8042Cmd].u.Port.Start.LowPart += 4;
3200 if (pCfg->aPorts[i8042Cmd].u.Port.Start.LowPart < pCfg->aPorts[i8042Dat].u.Port.Start.LowPart)
3202 CM_PARTIAL_RESOURCE_DESCRIPTOR Desc = pCfg->aPorts[i8042Dat];
3203 pCfg->aPorts[i8042Dat] = pCfg->aPorts[i8042Cmd];
3204 pCfg->aPorts[i8042Cmd] = Desc;