ReactOS 0.4.16-dev-1020-gf135cab
|
#include <pci.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS NTAPI | ario_Initializer (IN PVOID Instance) |
NTSTATUS NTAPI | ario_Constructor (IN PVOID DeviceExtension, IN PVOID PciInterface, IN PVOID InterfaceData, IN USHORT Version, IN USHORT Size, IN PINTERFACE Interface) |
VOID NTAPI | ario_ApplyBrokenVideoHack (IN PPCI_FDO_EXTENSION FdoExtension) |
NTSTATUS NTAPI | armem_Initializer (IN PVOID Instance) |
NTSTATUS NTAPI | armem_Constructor (IN PVOID DeviceExtension, IN PVOID PciInterface, IN PVOID InterfaceData, IN USHORT Version, IN USHORT Size, IN PINTERFACE Interface) |
Variables | |
PCI_INTERFACE | ArbiterInterfaceMemory |
PCI_INTERFACE | ArbiterInterfaceIo |
#define NDEBUG |
Definition at line 13 of file ar_memio.c.
VOID NTAPI ario_ApplyBrokenVideoHack | ( | IN PPCI_FDO_EXTENSION | FdoExtension | ) |
Definition at line 104 of file ar_memio.c.
Referenced by PciApplyHacks().
NTSTATUS NTAPI ario_Constructor | ( | IN PVOID | DeviceExtension, |
IN PVOID | PciInterface, | ||
IN PVOID | InterfaceData, | ||
IN USHORT | Version, | ||
IN USHORT | Size, | ||
IN PINTERFACE | Interface | ||
) |
Definition at line 60 of file ar_memio.c.
Definition at line 48 of file ar_memio.c.
NTSTATUS NTAPI armem_Constructor | ( | IN PVOID | DeviceExtension, |
IN PVOID | PciInterface, | ||
IN PVOID | InterfaceData, | ||
IN USHORT | Version, | ||
IN USHORT | Size, | ||
IN PINTERFACE | Interface | ||
) |
Definition at line 156 of file ar_memio.c.
Definition at line 144 of file ar_memio.c.
PCI_INTERFACE ArbiterInterfaceIo |
Definition at line 31 of file ar_memio.c.
PCI_INTERFACE ArbiterInterfaceMemory |
Definition at line 18 of file ar_memio.c.