Home
last modified time | relevance | path

Searched defs:max3100_port (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dmax3100.c95 struct max3100_port { struct
96 struct uart_port port;
97 struct spi_device *spi;
100 int tx_empty; /* last TX empty bit */
102 spinlock_t conf_lock; /* shared data */
103 int conf_commit; /* need to make changes */
104 int conf; /* configuration for the MAX31000
106 int rts_commit; /* need to change rts */
107 int rts; /* rts status */
108 int baud; /* current baud rate */
[all …]