ReactOS 0.4.16-dev-527-gdad3a09
|
#include <videoprt.h>
Public Attributes | |
LIST_ENTRY | List |
PVOID | MappedAddress |
ULONG | NumberOfUchars |
PHYSICAL_ADDRESS | IoAddress |
ULONG | SystemIoBusNumber |
UINT | MappingCount |
Definition at line 44 of file videoprt.h.
PHYSICAL_ADDRESS _VIDEO_PORT_ADDRESS_MAPPING::IoAddress |
Definition at line 49 of file videoprt.h.
Referenced by IntVideoPortMapMemory().
LIST_ENTRY _VIDEO_PORT_ADDRESS_MAPPING::List |
Definition at line 46 of file videoprt.h.
Referenced by IntVideoPortMapMemory().
PVOID _VIDEO_PORT_ADDRESS_MAPPING::MappedAddress |
Definition at line 47 of file videoprt.h.
Referenced by IntVideoPortMapMemory(), and IntVideoPortUnmapMemory().
UINT _VIDEO_PORT_ADDRESS_MAPPING::MappingCount |
Definition at line 51 of file videoprt.h.
Referenced by IntVideoPortMapMemory(), and IntVideoPortUnmapMemory().
ULONG _VIDEO_PORT_ADDRESS_MAPPING::NumberOfUchars |
Definition at line 48 of file videoprt.h.
Referenced by IntVideoPortMapMemory(), and IntVideoPortUnmapMemory().
ULONG _VIDEO_PORT_ADDRESS_MAPPING::SystemIoBusNumber |
Definition at line 50 of file videoprt.h.
Referenced by IntVideoPortMapMemory().