UART_MCR           38 arch/mips/netlogic/xlr/platform.c 	else if (offset == UART_MCR)
UART_MCR           54 arch/mips/netlogic/xlr/platform.c 	else if (offset == UART_MCR)
UART_MCR           65 arch/powerpc/boot/virtex.c 	out_8(reg_base + (UART_MCR << reg_shift), UART_MCR_RTS | UART_MCR_DTR);
UART_MCR          119 arch/powerpc/kernel/udbg_16550.c 	udbg_uart_out(UART_MCR, 0x3);
UART_MCR          140 arch/powerpc/kernel/udbg_16550.c 	if (udbg_uart_in(UART_MCR) & 0x80)
UART_MCR           67 arch/powerpc/platforms/embedded6xx/ls_uart.c 	out_8(avr_addr + UART_MCR, 0);
UART_MCR          472 drivers/bluetooth/dtl1_cs.c 	outb(0, iobase + UART_MCR);
UART_MCR          479 drivers/bluetooth/dtl1_cs.c 	outb((UART_MCR_DTR | UART_MCR_RTS | UART_MCR_OUT2), iobase + UART_MCR);
UART_MCR          518 drivers/bluetooth/dtl1_cs.c 	outb(0, iobase + UART_MCR);
UART_MCR          163 drivers/media/rc/serial_ir.c 		soutp(UART_MCR, hardware[type].off);
UART_MCR          165 drivers/media/rc/serial_ir.c 		soutp(UART_MCR, hardware[type].on);
UART_MCR          171 drivers/media/rc/serial_ir.c 		soutp(UART_MCR, hardware[type].on);
UART_MCR          173 drivers/media/rc/serial_ir.c 		soutp(UART_MCR, hardware[type].off);
UART_MCR          293 drivers/media/rc/sir_ir.c 	outb(0, io + UART_MCR);
UART_MCR          307 drivers/media/rc/sir_ir.c 	outb(UART_MCR_DTR | UART_MCR_RTS | UART_MCR_OUT2, io + UART_MCR);
UART_MCR          229 drivers/mmc/core/sdio_uart.c 	sdio_out(port, UART_MCR, mcr);
UART_MCR           46 drivers/ssb/driver_extif.c 		save_mcr = regs[UART_MCR];
UART_MCR           47 drivers/ssb/driver_extif.c 		regs[UART_MCR] = (UART_MCR_LOOP | UART_MCR_OUT2 | UART_MCR_RTS);
UART_MCR           50 drivers/ssb/driver_extif.c 		regs[UART_MCR] = save_mcr;
UART_MCR           94 drivers/staging/speakup/serialio.c 	outb(UART_MCR_DTR | UART_MCR_RTS, ser->port + UART_MCR);
UART_MCR          140 drivers/staging/speakup/serialio.c 	     speakup_info.port_tts + UART_MCR);
UART_MCR          165 drivers/staging/speakup/serialio.c 	int old = inb(speakup_info.port_tts + UART_MCR);
UART_MCR          167 drivers/staging/speakup/serialio.c 	outb((old & ~clear) | set, speakup_info.port_tts + UART_MCR);
UART_MCR          494 drivers/tty/mxser.c 	oldmcr = inb(io + UART_MCR);
UART_MCR          495 drivers/tty/mxser.c 	outb(0, io + UART_MCR);
UART_MCR          497 drivers/tty/mxser.c 	if ((hwid = inb(io + UART_MCR)) != 0) {
UART_MCR          498 drivers/tty/mxser.c 		outb(oldmcr, io + UART_MCR);
UART_MCR          560 drivers/tty/mxser.c 		outb(inb(mp->ioaddr + UART_MCR) |
UART_MCR          561 drivers/tty/mxser.c 			UART_MCR_DTR | UART_MCR_RTS, mp->ioaddr + UART_MCR);
UART_MCR          563 drivers/tty/mxser.c 		outb(inb(mp->ioaddr + UART_MCR)&~(UART_MCR_DTR | UART_MCR_RTS),
UART_MCR          564 drivers/tty/mxser.c 			mp->ioaddr + UART_MCR);
UART_MCR          604 drivers/tty/mxser.c 		outb(info->MCR, info->ioaddr + UART_MCR);
UART_MCR          607 drivers/tty/mxser.c 		outb(info->MCR, info->ioaddr + UART_MCR);
UART_MCR          749 drivers/tty/mxser.c 	outb(info->MCR, info->ioaddr + UART_MCR);
UART_MCR          918 drivers/tty/mxser.c 	outb(info->MCR, info->ioaddr + UART_MCR);
UART_MCR         1387 drivers/tty/mxser.c 	outb(info->MCR, info->ioaddr + UART_MCR);
UART_MCR         1770 drivers/tty/mxser.c 		mcr = inb(info->ioaddr + UART_MCR);
UART_MCR         1867 drivers/tty/mxser.c 		outb(info->MCR, info->ioaddr + UART_MCR);
UART_MCR         1904 drivers/tty/mxser.c 		outb(info->MCR, info->ioaddr + UART_MCR);
UART_MCR          218 drivers/tty/serial/8250/8250.h 	serial_out(up, UART_MCR, value);
UART_MCR          228 drivers/tty/serial/8250/8250.h 	mctrl = serial_in(up, UART_MCR);
UART_MCR          310 drivers/tty/serial/8250/8250_dw.c 	unsigned int mcr = p->serial_in(p, UART_MCR);
UART_MCR          318 drivers/tty/serial/8250/8250_dw.c 		p->serial_out(p, UART_MCR, mcr);
UART_MCR          123 drivers/tty/serial/8250/8250_early.c 	serial8250_early_out(port, UART_MCR, 0x3);	/* DTR + RTS */
UART_MCR           36 drivers/tty/serial/8250/8250_em.c 	case UART_MCR: /* MCR @ 0x14 (+1) */
UART_MCR           54 drivers/tty/serial/8250/8250_em.c 	case UART_MCR: /* MCR @ 0x14 (+1) */
UART_MCR          119 drivers/tty/serial/8250/8250_ingenic.c 	early_out(port, UART_MCR, UART_MCR_RTS | UART_MCR_DTR);
UART_MCR          165 drivers/tty/serial/8250/8250_ingenic.c 	case UART_MCR:
UART_MCR          197 drivers/tty/serial/8250/8250_ingenic.c 	case UART_MCR:
UART_MCR          248 drivers/tty/serial/8250/8250_mtk.c 		serial_out(up, UART_MCR, UART_MCR_RTS);
UART_MCR         1166 drivers/tty/serial/8250/8250_pci.c 	qmcr = inb(base + UART_MCR);
UART_MCR         1182 drivers/tty/serial/8250/8250_pci.c 	outb(qmcr, base + UART_MCR);
UART_MCR           79 drivers/tty/serial/8250/8250_uniphier.c 	case UART_MCR:
UART_MCR          113 drivers/tty/serial/8250/8250_uniphier.c 	case UART_MCR:
UART_MCR          680 drivers/tty/serial/omap-serial.c 	old_mcr = serial_in(up, UART_MCR);
UART_MCR          684 drivers/tty/serial/omap-serial.c 	serial_out(up, UART_MCR, up->mcr);
UART_MCR          960 drivers/tty/serial/omap-serial.c 	up->mcr = serial_in(up, UART_MCR) & ~UART_MCR_TCRTLR;
UART_MCR          961 drivers/tty/serial/omap-serial.c 	serial_out(up, UART_MCR, up->mcr | UART_MCR_TCRTLR);
UART_MCR          990 drivers/tty/serial/omap-serial.c 	serial_out(up, UART_MCR, up->mcr);
UART_MCR         1039 drivers/tty/serial/omap-serial.c 	serial_out(up, UART_MCR, up->mcr | UART_MCR_TCRTLR);
UART_MCR         1087 drivers/tty/serial/omap-serial.c 	serial_out(up, UART_MCR, up->mcr);
UART_MCR         1839 drivers/tty/serial/omap-serial.c 	serial_out(up, UART_MCR, up->mcr);
UART_MCR          328 drivers/tty/serial/pch_uart.c 			"MCR: \t0x%02x\n", ioread8(priv->membase + UART_MCR));
UART_MCR         1211 drivers/tty/serial/pch_uart.c 		iowrite8(mcr, priv->membase + UART_MCR);
UART_MCR          316 drivers/tty/serial/pxa.c 	serial_out(up, UART_MCR, mcr);
UART_MCR          196 drivers/tty/serial/serial-tegra.c 		tegra_uart_write(tup, mcr, UART_MCR);
UART_MCR          211 drivers/tty/serial/serial-tegra.c 		tegra_uart_write(tup, mcr, UART_MCR);
UART_MCR          226 drivers/tty/serial/serial-tegra.c 		tegra_uart_write(tup, mcr, UART_MCR);
UART_MCR          931 drivers/tty/serial/serial-tegra.c 		mcr = tegra_uart_read(tup, UART_MCR);
UART_MCR          943 drivers/tty/serial/serial-tegra.c 				mcr = tegra_uart_read(tup, UART_MCR);
UART_MCR         1353 drivers/tty/serial/serial-tegra.c 		tegra_uart_write(tup, tup->mcr_shadow, UART_MCR);
UART_MCR         1360 drivers/tty/serial/serial-tegra.c 		tegra_uart_write(tup, tup->mcr_shadow, UART_MCR);
UART_MCR          136 drivers/tty/serial/sunsu.c 	if (offset == UART_MCR)
UART_MCR          601 drivers/tty/serial/sunsu.c 	serial_out(up, UART_MCR, mcr);
UART_MCR         1079 drivers/tty/serial/sunsu.c 	save_mcr = serial_in(up, UART_MCR);
UART_MCR         1092 drivers/tty/serial/sunsu.c 		serial_outp(up, UART_MCR, UART_MCR_LOOP | 0x0A);
UART_MCR         1094 drivers/tty/serial/sunsu.c 		serial_outp(up, UART_MCR, save_mcr);
UART_MCR         1177 drivers/tty/serial/sunsu.c 	serial_outp(up, UART_MCR, save_mcr);
UART_MCR          205 drivers/tty/serial/vr41xx_siu.c 	siu_write(port, UART_MCR, mcr);
UART_MCR          149 drivers/usb/serial/ark3116.c 	ark3116_write_reg(serial, UART_MCR, 0);
UART_MCR          457 drivers/usb/serial/ark3116.c 	ark3116_write_reg(port->serial, UART_MCR, priv->mcr);
UART_MCR          236 drivers/usb/serial/quatech2.c 	status = qt2_setregister(dev, port_priv->device_port, UART_MCR,
UART_MCR          770 drivers/usb/serial/quatech2.c 	r = qt2_getregister(dev, port_priv->device_port, UART_MCR, d);
UART_MCR          828 drivers/usb/serial/quatech2.c 					   UART_MCR, 0) < 0)
UART_MCR          151 drivers/usb/serial/ssu100.c 	result = ssu100_setregister(dev, 0, UART_MCR, urb_value);
UART_MCR          390 drivers/usb/serial/ssu100.c 	r = ssu100_getregister(dev, 0, UART_MCR, d);
UART_MCR          425 drivers/usb/serial/ssu100.c 		if (ssu100_setregister(dev, 0, UART_MCR, 0) < 0)
UART_MCR          425 samples/vfio-mdev/mtty.c 	case UART_MCR:
UART_MCR          530 samples/vfio-mdev/mtty.c 		    (mdev_state->s[index].uart_reg[UART_MCR] &
UART_MCR          545 samples/vfio-mdev/mtty.c 	case UART_MCR:
UART_MCR          577 samples/vfio-mdev/mtty.c 		if (mdev_state->s[index].uart_reg[UART_MCR] &
UART_MCR          409 sound/drivers/serial-u16550.c 		     ,uart->base + UART_MCR);	/* Modem Control Register */
UART_MCR          416 sound/drivers/serial-u16550.c 		     uart->base + UART_MCR);
UART_MCR          422 sound/drivers/serial-u16550.c 		     uart->base + UART_MCR);
UART_MCR          469 sound/drivers/serial-u16550.c 		     ,uart->base + UART_MCR);	/* Modem Control Register */
UART_MCR          476 sound/drivers/serial-u16550.c 		     uart->base + UART_MCR);
UART_MCR          482 sound/drivers/serial-u16550.c 		     uart->base + UART_MCR);
UART_MCR          832 sound/drivers/serial-u16550.c 		outb(UART_MCR_RTS | (0&UART_MCR_DTR), uart->base + UART_MCR);
UART_MCR          837 sound/drivers/serial-u16550.c 		outb(UART_MCR_RTS | UART_MCR_DTR, uart->base + UART_MCR);