Searched defs:uart_sunsab_port (Results 1 – 1 of 1) sorted by relevance
49 struct uart_sunsab_port { struct50 struct uart_port port; /* Generic UART port */51 union sab82532_async_regs __iomem *regs; /* Chip registers */52 unsigned long irqflags; /* IRQ state flags */53 int dsr; /* Current DSR state */54 unsigned int cec_timeout; /* Chip poll timeout... */55 unsigned int tec_timeout; /* likewise */56 unsigned char interrupt_mask0;/* ISR0 masking */57 unsigned char interrupt_mask1;/* ISR1 masking */58 unsigned char pvr_dtr_bit; /* Which PVR bit is DTR */[all …]