dz.c (c87391b5dd77fbd4fd0b0a96fa867a169842b0a9) | dz.c (bec5b814d46c2a704c3c8148752e62a33e9fa6dc) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * dz.c: Serial port driver for DECstations equipped 4 * with the DZ chipset. 5 * 6 * Copyright (C) 1998 Olivier A. D. Lebaillif 7 * 8 * Email: olivier.lebaillif@ifrsys.com --- 545 unchanged lines hidden (view full) --- 554 555 /* Enable scanning. */ 556 dz_out(dport, DZ_CSR, DZ_MSE); 557 558 mux->initialised = 1; 559} 560 561static void dz_set_termios(struct uart_port *uport, struct ktermios *termios, | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * dz.c: Serial port driver for DECstations equipped 4 * with the DZ chipset. 5 * 6 * Copyright (C) 1998 Olivier A. D. Lebaillif 7 * 8 * Email: olivier.lebaillif@ifrsys.com --- 545 unchanged lines hidden (view full) --- 554 555 /* Enable scanning. */ 556 dz_out(dport, DZ_CSR, DZ_MSE); 557 558 mux->initialised = 1; 559} 560 561static void dz_set_termios(struct uart_port *uport, struct ktermios *termios, |
562 struct ktermios *old_termios) | 562 const struct ktermios *old_termios) |
563{ 564 struct dz_port *dport = to_dport(uport); 565 unsigned long flags; 566 unsigned int cflag, baud; 567 int bflag; 568 569 cflag = dport->port.line; 570 --- 378 unchanged lines hidden --- | 563{ 564 struct dz_port *dport = to_dport(uport); 565 unsigned long flags; 566 unsigned int cflag, baud; 567 int bflag; 568 569 cflag = dport->port.line; 570 --- 378 unchanged lines hidden --- |