Linux Kernel
3.7.1
|
Data Fields | |
struct uart_port | uart |
struct clk * | clk |
int | may_wakeup |
u32 | backup_imr |
int | break_active |
short | use_dma_rx |
short | pdc_rx_idx |
struct atmel_dma_buffer | pdc_rx [2] |
short | use_dma_tx |
struct atmel_dma_buffer | pdc_tx |
struct tasklet_struct | tasklet |
unsigned int | irq_status |
unsigned int | irq_status_prev |
struct circ_buf | rx_ring |
struct serial_rs485 | rs485 |
unsigned int | tx_done_mask |
Definition at line 137 of file atmel_serial.c.
u32 backup_imr |
Definition at line 141 of file atmel_serial.c.
int break_active |
Definition at line 142 of file atmel_serial.c.
Definition at line 139 of file atmel_serial.c.
unsigned int irq_status |
Definition at line 152 of file atmel_serial.c.
unsigned int irq_status_prev |
Definition at line 153 of file atmel_serial.c.
int may_wakeup |
Definition at line 140 of file atmel_serial.c.
struct atmel_dma_buffer pdc_rx[2] |
Definition at line 146 of file atmel_serial.c.
short pdc_rx_idx |
Definition at line 145 of file atmel_serial.c.
struct atmel_dma_buffer pdc_tx |
Definition at line 149 of file atmel_serial.c.
struct serial_rs485 rs485 |
Definition at line 157 of file atmel_serial.c.
Definition at line 155 of file atmel_serial.c.
struct tasklet_struct tasklet |
Definition at line 151 of file atmel_serial.c.
unsigned int tx_done_mask |
Definition at line 158 of file atmel_serial.c.
Definition at line 138 of file atmel_serial.c.
short use_dma_rx |
Definition at line 144 of file atmel_serial.c.
short use_dma_tx |
Definition at line 148 of file atmel_serial.c.