Linux Kernel
3.7.1
|
Data Fields | |
struct uart_port | port |
int | port_type |
void __iomem * | membase |
resource_size_t | mapbase |
unsigned int | iobase |
struct pci_dev * | pdev |
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_descriptor * | desc_tx |
struct dma_async_tx_descriptor * | desc_rx |
struct pch_dma_slave | param_tx |
struct pch_dma_slave | param_rx |
struct dma_chan * | chan_tx |
struct dma_chan * | chan_rx |
struct scatterlist * | sg_tx_p |
int | nent |
struct scatterlist | sg_rx |
int | tx_dma_use |
void * | rx_buf_virt |
dma_addr_t | rx_buf_dma |
struct dentry * | debugfs |
spinlock_t | lock |
Definition at line 223 of file pch_uart.c.
Definition at line 247 of file pch_uart.c.
Definition at line 246 of file pch_uart.c.
Definition at line 255 of file pch_uart.c.
struct dma_async_tx_descriptor* desc_rx |
Definition at line 243 of file pch_uart.c.
struct dma_async_tx_descriptor* desc_tx |
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.
Definition at line 226 of file pch_uart.c.
int nent |
Definition at line 249 of file pch_uart.c.
struct pch_dma_slave param_rx |
Definition at line 245 of file pch_uart.c.
struct pch_dma_slave param_tx |
Definition at line 244 of file pch_uart.c.
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.
struct pch_uart_buffer rxbuf |
Definition at line 237 of file pch_uart.c.
struct scatterlist sg_rx |
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.