ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
#include "../../../../drivers/bus/isapnp/isapnp.c"
#include "../../../../drivers/bus/isapnp/hardware.c"
Go to the source code of this file.
Macros | |
#define | TEST_RDP_IO_BASE ((PUCHAR)(0x2F4 | 3)) |
#define | RDP_INDEX 4 |
Functions | |
static VOID | DrvFlushDeviceConfig (_In_ PISAPNP_CARD_LOGICAL_DEVICE LogDev) |
static BOOLEAN | DrvCreateCards (VOID) |
static BOOLEAN | DrvTestIsolation (VOID) |
static VOID | DrvTestResources (VOID) |
static VOID | DrvTestReadDataPortQueryResources (VOID) |
static VOID | DrvTestReadDataPortQueryResourcesRequirementsForEnum (VOID) |
static VOID | DrvTestReadDataPortQueryResourcesRequirementsForRebalance (VOID) |
START_TEST (Resources) | |
Variables | |
static const ULONG | DrvpIsaBusPorts [] = { 0xA79, 0x279 } |
static const ULONG | DrvpIsaBusReadDataPorts [] = { 0x274, 0x3E4, 0x204, 0x2E4, 0x354, 0x2F4 } |
PISAPNP_CARD | IsapCard |
#define RDP_INDEX 4 |
Definition at line 62 of file tests.c.
Referenced by DrvTestIsolation().
|
static |
Definition at line 28 of file tests.c.
Referenced by DrvTestResources().
Definition at line 80 of file tests.c.
Referenced by START_TEST().
Definition at line 253 of file tests.c.
Referenced by START_TEST().
Definition at line 309 of file tests.c.
Referenced by START_TEST().
Definition at line 407 of file tests.c.
Referenced by START_TEST().
Definition at line 104 of file tests.c.
Referenced by START_TEST().
START_TEST | ( | Resources | ) |
Definition at line 476 of file tests.c.
Definition at line 17 of file tests.c.
Referenced by DrvTestReadDataPortQueryResources(), DrvTestReadDataPortQueryResourcesRequirementsForEnum(), and DrvTestReadDataPortQueryResourcesRequirementsForRebalance().
Definition at line 18 of file tests.c.
Referenced by DrvTestReadDataPortQueryResourcesRequirementsForEnum(), and DrvTestReadDataPortQueryResourcesRequirementsForRebalance().
|
extern |
Definition at line 14 of file isabus.c.
Referenced by DrvCreateCards(), DrvTestResources(), IsaBusReadSerialIsolationRegister(), IsaBusWriteAddressRegister(), and IsaBusWriteDataRegister().