ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | LPC_IO_BASE 0x2E |
#define | LPC_ENTER_CONFIG_KEY 0x55 |
#define | LPC_EXIT_CONFIG_KEY 0xAA |
#define | LPC_DEVICE_FDD 0x0 |
#define | LPC_DEVICE_PARALLEL_PORT 0x3 |
#define | LPC_DEVICE_SERIAL_PORT_1 0x4 |
#define | LPC_DEVICE_SERIAL_PORT_2 0x5 |
#define | LPC_DEVICE_KEYBOARD 0x7 |
#define | LPC_DEVICE_GAME_PORT 0x9 |
#define | LPC_DEVICE_PME 0xA |
#define | LPC_DEVICE_MPU_401 0xB |
#define | LPC_CONFIG_DEVICE_NUMBER 0x07 |
#define | LPC_CONFIG_DEVICE_ACTIVATE 0x30 |
#define | LPC_CONFIG_DEVICE_BASE_ADDRESS_HIGH 0x60 |
#define | LPC_CONFIG_DEVICE_BASE_ADDRESS_LOW 0x61 |
#define | LPC_CONFIG_DEVICE_INTERRUPT_PRIMARY 0x70 |
#define | LPC_CONFIG_DEVICE_INTERRUPT_SECONDARY 0x72 |
#define | LPC_CONFIG_DEVICE_DMA_CHANNEL 0x74 |
FORCEINLINE ULONG LpcDetectSuperIO | ( | VOID | ) |
Definition at line 76 of file superio.h.
FORCEINLINE VOID LpcEnterConfig | ( | VOID | ) |
Definition at line 43 of file superio.h.
Referenced by LpcDetectSuperIO(), and XboxGetSerialPort().
FORCEINLINE VOID LpcExitConfig | ( | VOID | ) |
Definition at line 51 of file superio.h.
Referenced by LpcDetectSuperIO(), and XboxGetSerialPort().
FORCEINLINE ULONG LpcGetDmaChannel | ( | VOID | ) |
FORCEINLINE ULONG LpcGetIoBase | ( | VOID | ) |
Definition at line 96 of file superio.h.
Referenced by XboxGetSerialPort().
FORCEINLINE ULONG LpcGetIoBaseMPU | ( | VOID | ) |
FORCEINLINE ULONG LpcGetIrqPrimary | ( | VOID | ) |
Definition at line 126 of file superio.h.
Referenced by XboxGetSerialPort().
FORCEINLINE ULONG LpcGetIrqSecondary | ( | VOID | ) |
FORCEINLINE UCHAR LpcReadRegister | ( | UCHAR | Register | ) |
Definition at line 59 of file superio.h.
Referenced by LpcDetectSuperIO(), LpcGetDmaChannel(), LpcGetIoBase(), LpcGetIoBaseMPU(), LpcGetIrqPrimary(), LpcGetIrqSecondary(), and XboxGetSerialPort().
FORCEINLINE VOID LpcWriteRegister | ( | UCHAR | Register, |
UCHAR | Value | ||
) |
Definition at line 67 of file superio.h.
Referenced by LpcDetectSuperIO(), and XboxGetSerialPort().