Home
last modified time | relevance | path

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

/reactos/drivers/storage/ide/atapi/
H A Datapi.c2162 CONST ULONG InterruptLevels[5] = {14, 15, 11, 10, 0}; in AtapiFindController() local
2385 ConfigInfo->BusInterruptLevel = InterruptLevels[*adapterCount - 1]; in AtapiFindController()
3072 CONST ULONG InterruptLevels[5] = {14, 15, 11, 10, 0}; in AtapiFindPCIController() local
3247 ConfigInfo->BusInterruptLevel = InterruptLevels[*adapterCount - 1]; in AtapiFindPCIController()
3250 ConfigInfo->BusInterruptLevel2 = InterruptLevels[*adapterCount - 1]; in AtapiFindPCIController()
/reactos/drivers/storage/ide/uniata/
H A Did_probe.cpp2274 static CONST ULONG InterruptLevels[5] = {14, 15, 11, 10, 0}; in AtapiFindIsaController() local
2451 … KdPrint2((PRINT_PREFIX " expected InterruptLevel=%x\n", InterruptLevels[*adapterCount - 1])); in AtapiFindIsaController()
2588 ConfigInfo->BusInterruptLevel = InterruptLevels[*adapterCount - 1]; in AtapiFindIsaController()