Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | TIMBUART_FIFO_SIZE 2048 |
#define | TIMBUART_RXFIFO 0x08 |
#define | TIMBUART_TXFIFO 0x0c |
#define | TIMBUART_IER 0x10 |
#define | TIMBUART_IPR 0x14 |
#define | TIMBUART_ISR 0x18 |
#define | TIMBUART_CTRL 0x1c |
#define | TIMBUART_BAUDRATE 0x20 |
#define | TIMBUART_CTRL_RTS 0x01 |
#define | TIMBUART_CTRL_CTS 0x02 |
#define | TIMBUART_CTRL_FLSHTX 0x40 |
#define | TIMBUART_CTRL_FLSHRX 0x80 |
#define | TXBF 0x01 |
#define | TXBAE 0x02 |
#define | CTS_DELTA 0x04 |
#define | RXDP 0x08 |
#define | RXBAF 0x10 |
#define | RXBF 0x20 |
#define | RXTT 0x40 |
#define | RXBNAE 0x80 |
#define | TXBE 0x100 |
#define | RXFLAGS (RXDP | RXBAF | RXBF | RXTT | RXBNAE) |
#define | TXFLAGS (TXBF | TXBAE) |
#define | TIMBUART_MAJOR 204 |
#define | TIMBUART_MINOR 192 |
#define CTS_DELTA 0x04 |
Definition at line 43 of file timbuart.h.
#define RXBAF 0x10 |
Definition at line 45 of file timbuart.h.
#define RXBF 0x20 |
Definition at line 46 of file timbuart.h.
#define RXBNAE 0x80 |
Definition at line 48 of file timbuart.h.
#define RXDP 0x08 |
Definition at line 44 of file timbuart.h.
#define RXTT 0x40 |
Definition at line 47 of file timbuart.h.
#define TIMBUART_BAUDRATE 0x20 |
Definition at line 34 of file timbuart.h.
#define TIMBUART_CTRL 0x1c |
Definition at line 33 of file timbuart.h.
#define TIMBUART_CTRL_CTS 0x02 |
Definition at line 37 of file timbuart.h.
#define TIMBUART_CTRL_FLSHRX 0x80 |
Definition at line 39 of file timbuart.h.
#define TIMBUART_CTRL_FLSHTX 0x40 |
Definition at line 38 of file timbuart.h.
#define TIMBUART_CTRL_RTS 0x01 |
Definition at line 36 of file timbuart.h.
#define TIMBUART_FIFO_SIZE 2048 |
Definition at line 26 of file timbuart.h.
#define TIMBUART_IER 0x10 |
Definition at line 30 of file timbuart.h.
#define TIMBUART_IPR 0x14 |
Definition at line 31 of file timbuart.h.
#define TIMBUART_ISR 0x18 |
Definition at line 32 of file timbuart.h.
#define TIMBUART_MAJOR 204 |
Definition at line 54 of file timbuart.h.
#define TIMBUART_MINOR 192 |
Definition at line 55 of file timbuart.h.
#define TIMBUART_RXFIFO 0x08 |
Definition at line 28 of file timbuart.h.
#define TIMBUART_TXFIFO 0x0c |
Definition at line 29 of file timbuart.h.
#define TXBAE 0x02 |
Definition at line 42 of file timbuart.h.
#define TXBE 0x100 |
Definition at line 49 of file timbuart.h.
#define TXBF 0x01 |
Definition at line 41 of file timbuart.h.
Definition at line 52 of file timbuart.h.