Searched defs:max3100_port (Results 1 – 1 of 1) sorted by relevance
95 struct max3100_port { struct96 struct uart_port port;97 struct spi_device *spi;99 int cts; /* last CTS received for flow ctrl */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 MAX31000106 int rts_commit; /* need to change rts */107 int rts; /* rts status */[all …]