Searched defs:neo_uart_struct (Results 1 – 1 of 1) sorted by relevance
255 struct neo_uart_struct { struct256 u8 txrx; /* WR RHR/THR - Holding Reg */257 u8 ier; /* WR IER - Interrupt Enable Reg */258 u8 isr_fcr; /* WR ISR/FCR - Interrupt Status Reg/Fifo Control Reg */259 u8 lcr; /* WR LCR - Line Control Reg */260 u8 mcr; /* WR MCR - Modem Control Reg */261 u8 lsr; /* WR LSR - Line Status Reg */262 u8 msr; /* WR MSR - Modem Status Reg */263 u8 spr; /* WR SPR - Scratch Pad Reg */264 u8 fctr; /* WR FCTR - Feature Control Reg */[all …]