/reactos/hal/halx86/legacy/bus/ |
H A D | sysbus.c | 117 IN ULONG BusInterruptLevel, in HalpGetSystemInterruptVector() argument 125 Vector = HalpGetRootInterruptVector(BusInterruptLevel, in HalpGetSystemInterruptVector()
|
H A D | pcibus.c | 660 IN ULONG BusInterruptLevel, in HalpGetPCIIntOnISABus() argument 666 if (BusInterruptLevel < 1) return 0; in HalpGetPCIIntOnISABus() 671 BusInterruptLevel, in HalpGetPCIIntOnISABus()
|
/reactos/win32ss/drivers/videoprt/ |
H A D | interrupt.c | 64 (ConfigInfo->BusInterruptLevel != 0 || in IntVideoPortSetupInterrupt() 74 ConfigInfo->BusInterruptLevel, in IntVideoPortSetupInterrupt()
|
H A D | videoprt.c | 440 ConfigInfo.BusInterruptLevel = DeviceExtension->InterruptLevel; in IntVideoPortFindAdapter()
|
/reactos/hal/halx86/apic/ |
H A D | apic.c | 401 _In_ ULONG BusInterruptLevel, in HalpGetRootInterruptVector() argument 410 Vector = HalpIrqToVector(BusInterruptLevel); in HalpGetRootInterruptVector() 416 NT_ASSERT(HalpVectorToIndex[Vector] == BusInterruptLevel); in HalpGetRootInterruptVector() 436 Vector = HalpAllocateSystemInterrupt(BusInterruptLevel, Vector); in HalpGetRootInterruptVector() 443 DPRINT1("Failed to get an interrupt vector for IRQ %lu\n", BusInterruptLevel); in HalpGetRootInterruptVector()
|
/reactos/drivers/wdm/audio/legacy/stream/ |
H A D | pnp.c | 215 Config->BusInterruptLevel = Descriptor->u.Interrupt.Level; in StreamClassStartDevice() 267 …rrupt || DriverObjectExtension->Data.HwInterrupt == NULL || Config->BusInterruptLevel == 0 || Conf… in StreamClassStartDevice() 283 Config->BusInterruptLevel, in StreamClassStartDevice() 284 Config->BusInterruptLevel, in StreamClassStartDevice()
|
/reactos/hal/halx86/acpi/ |
H A D | busemul.c | 237 IN ULONG BusInterruptLevel, in HalGetInterruptVector() argument 243 return HalpGetRootInterruptVector(BusInterruptLevel, in HalGetInterruptVector()
|
/reactos/hal/halx86/legacy/ |
H A D | bussupp.c | 1577 IN ULONG BusInterruptLevel, in HalGetInterruptVector() argument 1597 BusInterruptLevel, in HalGetInterruptVector() 1601 if ((Vector != IRQ2VECTOR(BusInterruptLevel)) || in HalGetInterruptVector() 1602 (*Irql != VECTOR2IRQL(IRQ2VECTOR(BusInterruptLevel)))) in HalGetInterruptVector() 1605 *Irql, Vector, BusInterruptLevel, BusInterruptVector); in HalGetInterruptVector() 1607 VECTOR2IRQL(IRQ2VECTOR(BusInterruptLevel)), in HalGetInterruptVector() 1608 IRQ2VECTOR(BusInterruptLevel)); in HalGetInterruptVector()
|
/reactos/hal/halx86/pic/ |
H A D | pic.c | 1238 HalpGetRootInterruptVector(IN ULONG BusInterruptLevel, in HalpGetRootInterruptVector() argument 1246 if (BusInterruptLevel > 23) in HalpGetRootInterruptVector() 1249 DPRINT1("IRQ %lx is too high!\n", BusInterruptLevel); in HalpGetRootInterruptVector() 1254 SystemVector = HalpIrqToVector((UCHAR)BusInterruptLevel); in HalpGetRootInterruptVector()
|
/reactos/drivers/storage/ide/uniata/ |
H A D | id_probe.cpp | 1448 ConfigInfo->BusInterruptLevel = 14; in UniataFindBusMasterController() 1457 ConfigInfo->BusInterruptLevel = (channel == 0 ? 14 : 15); in UniataFindBusMasterController() 1507 deviceExtension->BusInterruptLevel = ConfigInfo->BusInterruptLevel; in UniataFindBusMasterController() 1519 ConfigInfo->BusInterruptLevel, in UniataFindBusMasterController() 1901 ConfigInfo->BusInterruptLevel, 2122 KdPrint2((PRINT_PREFIX " BusInterruptLevel=%d\n", deviceExtension->BusInterruptLevel)); in UniataConnectIntr2() 2127 deviceExtension->BusInterruptLevel, in UniataConnectIntr2() 2586 ConfigInfo->BusInterruptLevel = irq; in AtapiFindIsaController() 2588 ConfigInfo->BusInterruptLevel = InterruptLevels[*adapterCount - 1]; in AtapiFindIsaController() 2655 deviceExtension->BusInterruptLevel = ConfigInfo->BusInterruptLevel; in AtapiFindIsaController()
|
H A D | uata_ctl.h | 138 ULONG BusInterruptLevel; // Interrupt level member
|
H A D | srb.h | 60 ULONG BusInterruptLevel; // Interrupt request level for device member
|
H A D | bsmaster.h | 1242 ULONG BusInterruptLevel; // Interrupt level member
|
/reactos/hal/halx86/include/ |
H A D | bus.h | 419 _In_ ULONG BusInterruptLevel, 526 IN ULONG BusInterruptLevel, 626 IN ULONG BusInterruptLevel,
|
/reactos/hal/halarm/generic/ |
H A D | bus.c | 92 IN ULONG BusInterruptLevel, in HalGetInterruptVector() argument
|
/reactos/drivers/storage/port/scsiport/ |
H A D | fdo.c | 375 (PortConfig->BusInterruptLevel == 0 && PortConfig->BusInterruptVector == 0)) in FdoCallHWInitialize() 395 DeviceExtension->InterruptLevel[0] = PortConfig->BusInterruptLevel; in FdoCallHWInitialize()
|
H A D | registry.c | 249 UlongData = (ULONG)DeviceExtension->PortConfig->BusInterruptLevel; in RegistryInitAdapterKey()
|
H A D | scsiport.c | 1085 PortConfig->BusInterruptLevel = 0; in ScsiPortInitialize() 1105 if (!PortConfig->BusInterruptLevel) in ScsiPortInitialize() 1672 PortConfig->BusInterruptLevel = PartialData->u.Interrupt.Level; in SpiResourceToConfig() 1852 …nterrupt.Level = (Interrupt == 2) ? PortConfig->BusInterruptLevel2 : PortConfig->BusInterruptLevel; in SpiConfigToResource() 2924 ConfigInfo->BusInterruptLevel = in SpiParseDeviceInfo()
|
/reactos/sdk/include/ndk/ |
H A D | haltypes.h | 139 _In_ ULONG BusInterruptLevel,
|
/reactos/sdk/include/xdk/ |
H A D | halfuncs.h | 171 _In_ ULONG BusInterruptLevel,
|
/reactos/boot/freeldr/freeldr/disk/ |
H A D | scsiport.c | 1007 PortConfig->BusInterruptLevel = PartialData->u.Interrupt.Level; in SpiResourceToConfig() 1211 PortConfig.BusInterruptLevel = 0; in ScsiPortInitialize() 1230 if (!PortConfig.BusInterruptLevel) in ScsiPortInitialize()
|
/reactos/drivers/storage/port/storport/ |
H A D | miniport.c | 157 PortConfiguration->BusInterruptLevel = PartialDescriptor->u.Interrupt.Level; in AssignResourcesToConfiguration()
|
/reactos/sdk/include/ddk/ |
H A D | strmini.h | 294 ULONG BusInterruptLevel; member
|
H A D | srb.h | 221 ULONG BusInterruptLevel; member
|
/reactos/drivers/storage/ide/atapi/ |
H A D | atapi.c | 2383 ConfigInfo->BusInterruptLevel = irq; in AtapiFindController() 2385 ConfigInfo->BusInterruptLevel = InterruptLevels[*adapterCount - 1]; in AtapiFindController() 3247 ConfigInfo->BusInterruptLevel = InterruptLevels[*adapterCount - 1]; in AtapiFindPCIController()
|