Linux Kernel
3.7.1
|
#include <serial_sci.h>
Data Fields | |
unsigned long | mapbase |
unsigned int | irqs [SCIx_NR_IRQS] |
unsigned int | gpios [SCIx_NR_FNS] |
unsigned int | type |
upf_t | flags |
unsigned long | capabilities |
unsigned int | scbrr_algo_id |
unsigned int | scscr |
int | overrun_bit |
unsigned int | error_mask |
int | port_reg |
unsigned char | regshift |
unsigned char | regtype |
struct plat_sci_port_ops * | ops |
unsigned int | dma_slave_tx |
unsigned int | dma_slave_rx |
Definition at line 136 of file serial_sci.h.
unsigned long capabilities |
Definition at line 142 of file serial_sci.h.
unsigned int dma_slave_rx |
Definition at line 160 of file serial_sci.h.
unsigned int dma_slave_tx |
Definition at line 159 of file serial_sci.h.
unsigned int error_mask |
Definition at line 151 of file serial_sci.h.
upf_t flags |
Definition at line 141 of file serial_sci.h.
unsigned int gpios[SCIx_NR_FNS] |
Definition at line 139 of file serial_sci.h.
unsigned int irqs[SCIx_NR_IRQS] |
Definition at line 138 of file serial_sci.h.
unsigned long mapbase |
Definition at line 137 of file serial_sci.h.
struct plat_sci_port_ops* ops |
Definition at line 157 of file serial_sci.h.
int overrun_bit |
Definition at line 150 of file serial_sci.h.
int port_reg |
Definition at line 153 of file serial_sci.h.
unsigned char regshift |
Definition at line 154 of file serial_sci.h.
unsigned char regtype |
Definition at line 155 of file serial_sci.h.
unsigned int scbrr_algo_id |
Definition at line 144 of file serial_sci.h.
unsigned int scscr |
Definition at line 145 of file serial_sci.h.
Definition at line 140 of file serial_sci.h.