Go to the documentation of this file.
16 #define PCDP_CONSOLE 0
18 #define PCDP_CONSOLE_OUTPUT 2
19 #define PCDP_CONSOLE_INPUT 3
21 #define PCDP_UART (0 << 3)
22 #define PCDP_VGA (1 << 3)
23 #define PCDP_USB (2 << 3)
26 #define PCDP_CONSOLE_UART (PCDP_UART | PCDP_CONSOLE)
27 #define PCDP_DEBUG_UART (PCDP_UART | PCDP_DEBUG)
28 #define PCDP_CONSOLE_VGA (PCDP_VGA | PCDP_CONSOLE_OUTPUT)
29 #define PCDP_CONSOLE_USB (PCDP_USB | PCDP_CONSOLE_INPUT)
32 #define PCDP_UART_EDGE_SENSITIVE (1 << 0)
33 #define PCDP_UART_ACTIVE_LOW (1 << 1)
34 #define PCDP_UART_PRIMARY_CONSOLE (1 << 2)
35 #define PCDP_UART_IRQ (1 << 6)
36 #define PCDP_UART_PCI (1 << 7)
62 #define PCDP_PCI_TRANS_IOPORT 0x02
63 #define PCDP_PCI_TRANS_MMIO 0x01
87 #define PCDP_PRIMARY_CONSOLE 1