| 
    POK(kernelpart)
    
   | 
 
Go to the source code of this file.
Macros | |
| #define | UART_STATUS_DR 0x00000001 | 
| #define | UART_STATUS_TSE 0x00000002 | 
| #define | UART_STATUS_THE 0x00000004 | 
| #define | UART_STATUS_BR 0x00000008 | 
| #define | UART_STATUS_OE 0x00000010 | 
| #define | UART_STATUS_PE 0x00000020 | 
| #define | UART_STATUS_FE 0x00000040 | 
| #define | UART_STATUS_ERR 0x00000078 | 
| #define | UART_CTRL_RE 0x00000001 | 
| #define | UART_CTRL_TE 0x00000002 | 
| #define | UART_CTRL_RI 0x00000004 | 
| #define | UART_CTRL_TI 0x00000008 | 
| #define | UART_CTRL_PS 0x00000010 | 
| #define | UART_CTRL_PE 0x00000020 | 
| #define | UART_CTRL_FL 0x00000040 | 
| #define | UART_CTRL_LB 0x00000080 | 
| #define | UART_DATA_OFFSET 0x0 | 
| #define | UART_STAT_OFFSET 0x4 | 
| #define | UART_CTRL_OFFSET 0x8 | 
| #define | UART_SCALER_OFFSET 0xc | 
| #define | UART1 0x80000100 | 
Functions | |
| int | pok_cons_init (void) | 
Definition in file cons.h.