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

Data Fields

struct tty_port port
 
struct mxser_boardboard
 
unsigned long ioaddr
 
unsigned long opmode_ioaddr
 
int max_baud
 
int rx_high_water
 
int rx_trigger
 
int rx_low_water
 
int baud_base
 
int type
 
int x_char
 
int IER
 
int MCR
 
unsigned char stop_rx
 
unsigned char ldisc_stop_rx
 
int custom_divisor
 
unsigned char err_shadow
 
struct async_icount icount
 
int timeout
 
int read_status_mask
 
int ignore_status_mask
 
int xmit_fifo_size
 
int xmit_head
 
int xmit_tail
 
int xmit_cnt
 
struct ktermios normal_termios
 
struct mxser_mon mon_data
 
spinlock_t slock
 

Detailed Description

Definition at line 224 of file mxser.c.

Field Documentation

int baud_base

Definition at line 235 of file mxser.c.

Definition at line 226 of file mxser.c.

int custom_divisor

Definition at line 245 of file mxser.c.

unsigned char err_shadow

Definition at line 246 of file mxser.c.

Definition at line 248 of file mxser.c.

int IER

Definition at line 239 of file mxser.c.

int ignore_status_mask

Definition at line 252 of file mxser.c.

unsigned long ioaddr

Definition at line 228 of file mxser.c.

unsigned char ldisc_stop_rx

Definition at line 243 of file mxser.c.

int max_baud

Definition at line 230 of file mxser.c.

int MCR

Definition at line 240 of file mxser.c.

struct mxser_mon mon_data

Definition at line 260 of file mxser.c.

struct ktermios normal_termios

Definition at line 258 of file mxser.c.

unsigned long opmode_ioaddr

Definition at line 229 of file mxser.c.

Definition at line 225 of file mxser.c.

int read_status_mask

Definition at line 251 of file mxser.c.

int rx_high_water

Definition at line 232 of file mxser.c.

int rx_low_water

Definition at line 234 of file mxser.c.

int rx_trigger

Definition at line 233 of file mxser.c.

spinlock_t slock

Definition at line 262 of file mxser.c.

unsigned char stop_rx

Definition at line 242 of file mxser.c.

int timeout

Definition at line 249 of file mxser.c.

Definition at line 236 of file mxser.c.

int x_char

Definition at line 238 of file mxser.c.

int xmit_cnt

Definition at line 256 of file mxser.c.

int xmit_fifo_size

Definition at line 253 of file mxser.c.

int xmit_head

Definition at line 254 of file mxser.c.

int xmit_tail

Definition at line 255 of file mxser.c.


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