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