Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
eg20t_port Struct Reference

Data Fields

struct uart_port port
 
int port_type
 
void __iomemmembase
 
resource_size_t mapbase
 
unsigned int iobase
 
struct pci_devpdev
 
int fifo_size
 
int uartclk
 
int start_tx
 
int start_rx
 
int tx_empty
 
int trigger
 
int trigger_level
 
struct pch_uart_buffer rxbuf
 
unsigned int dmsr
 
unsigned int fcr
 
unsigned int mcr
 
unsigned int use_dma
 
struct dma_async_tx_descriptordesc_tx
 
struct dma_async_tx_descriptordesc_rx
 
struct pch_dma_slave param_tx
 
struct pch_dma_slave param_rx
 
struct dma_chanchan_tx
 
struct dma_chanchan_rx
 
struct scatterlistsg_tx_p
 
int nent
 
struct scatterlist sg_rx
 
int tx_dma_use
 
voidrx_buf_virt
 
dma_addr_t rx_buf_dma
 
struct dentrydebugfs
 
spinlock_t lock
 

Detailed Description

Definition at line 223 of file pch_uart.c.

Field Documentation

struct dma_chan* chan_rx

Definition at line 247 of file pch_uart.c.

struct dma_chan* chan_tx

Definition at line 246 of file pch_uart.c.

struct dentry* debugfs

Definition at line 255 of file pch_uart.c.

Definition at line 243 of file pch_uart.c.

Definition at line 242 of file pch_uart.c.

unsigned int dmsr

Definition at line 238 of file pch_uart.c.

unsigned int fcr

Definition at line 239 of file pch_uart.c.

Definition at line 230 of file pch_uart.c.

unsigned int iobase

Definition at line 228 of file pch_uart.c.

spinlock_t lock

Definition at line 258 of file pch_uart.c.

resource_size_t mapbase

Definition at line 227 of file pch_uart.c.

unsigned int mcr

Definition at line 240 of file pch_uart.c.

void __iomem* membase

Definition at line 226 of file pch_uart.c.

int nent

Definition at line 249 of file pch_uart.c.

Definition at line 245 of file pch_uart.c.

Definition at line 244 of file pch_uart.c.

struct pci_dev* pdev

Definition at line 229 of file pch_uart.c.

Definition at line 224 of file pch_uart.c.

Definition at line 225 of file pch_uart.c.

dma_addr_t rx_buf_dma

Definition at line 253 of file pch_uart.c.

void* rx_buf_virt

Definition at line 252 of file pch_uart.c.

Definition at line 237 of file pch_uart.c.

Definition at line 250 of file pch_uart.c.

struct scatterlist* sg_tx_p

Definition at line 248 of file pch_uart.c.

int start_rx

Definition at line 233 of file pch_uart.c.

int start_tx

Definition at line 232 of file pch_uart.c.

int trigger

Definition at line 235 of file pch_uart.c.

int trigger_level

Definition at line 236 of file pch_uart.c.

int tx_dma_use

Definition at line 251 of file pch_uart.c.

int tx_empty

Definition at line 234 of file pch_uart.c.

int uartclk

Definition at line 231 of file pch_uart.c.

unsigned int use_dma

Definition at line 241 of file pch_uart.c.


The documentation for this struct was generated from the following file: