Searched defs:neo_uart_struct (Results 1 – 1 of 1) sorted by relevance
309 struct neo_uart_struct { struct310 u8 txrx; /* WR RHR/THR - Holding Reg */311 u8 ier; /* WR IER - Interrupt Enable Reg */312 u8 isr_fcr; /* WR ISR/FCR - Interrupt Status Reg/Fifo Control Reg */313 u8 lcr; /* WR LCR - Line Control Reg */314 u8 mcr; /* WR MCR - Modem Control Reg */315 u8 lsr; /* WR LSR - Line Status Reg */316 u8 msr; /* WR MSR - Modem Status Reg */317 u8 spr; /* WR SPR - Scratch Pad Reg */318 u8 fctr; /* WR FCTR - Feature Control Reg */[all …]