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