Lines Matching defs:sccnxp_port
108 struct sccnxp_port { struct
109 struct uart_driver uart;
110 struct uart_port port[SCCNXP_MAX_UARTS];
111 bool opened[SCCNXP_MAX_UARTS];
113 int irq;
114 u8 imr;
116 struct sccnxp_chip *chip;
119 struct console console;
122 spinlock_t lock;
124 bool poll;
125 struct timer_list timer;
127 struct sccnxp_pdata pdata;
129 struct regulator *regulator;