Lines Matching defs:max3100_port
97 struct max3100_port { struct
98 struct uart_port port;
99 struct spi_device *spi;
101 int cts; /* last CTS received for flow ctrl */
102 int tx_empty; /* last TX empty bit */
104 spinlock_t conf_lock; /* shared data */
105 int conf_commit; /* need to make changes */
106 int conf; /* configuration for the MAX31000
108 int rts_commit; /* need to change rts */
109 int rts; /* rts status */
110 int baud; /* current baud rate */
112 int parity; /* keeps track if we should send parity */
116 int rx_enabled; /* if we should rx chars */
141 static struct max3100_port *max3100s[MAX_MAX3100]; /* the chips */ argument