save_mcr           43 drivers/ssb/driver_extif.c 	u8 save_mcr, msr = 0;
save_mcr           46 drivers/ssb/driver_extif.c 		save_mcr = regs[UART_MCR];
save_mcr           50 drivers/ssb/driver_extif.c 		regs[UART_MCR] = save_mcr;
save_mcr         1162 drivers/tty/serial/8250/8250_port.c 	unsigned char save_lcr, save_mcr;
save_mcr         1223 drivers/tty/serial/8250/8250_port.c 	save_mcr = serial8250_in_MCR(up);
save_mcr         1238 drivers/tty/serial/8250/8250_port.c 		serial8250_out_MCR(up, save_mcr);
save_mcr         1304 drivers/tty/serial/8250/8250_port.c 	serial8250_out_MCR(up, save_mcr);
save_mcr         1333 drivers/tty/serial/8250/8250_port.c 	unsigned char save_mcr, save_ier;
save_mcr         1351 drivers/tty/serial/8250/8250_port.c 	save_mcr = serial8250_in_MCR(up);
save_mcr         1373 drivers/tty/serial/8250/8250_port.c 	serial8250_out_MCR(up, save_mcr);
save_mcr         1042 drivers/tty/serial/sunsu.c 	unsigned char save_lcr, save_mcr;
save_mcr         1079 drivers/tty/serial/sunsu.c 	save_mcr = serial_in(up, UART_MCR);
save_mcr         1094 drivers/tty/serial/sunsu.c 		serial_outp(up, UART_MCR, save_mcr);
save_mcr         1177 drivers/tty/serial/sunsu.c 	serial_outp(up, UART_MCR, save_mcr);