Searched refs:MCR_DTR (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/mips/cavium/
H A Duart_dev_oct16550.c315 uart_setreg(bas, REG_MCR, MCR_RTS | MCR_DTR);
455 if (oct16550->mcr & MCR_DTR)
671 uart_setreg(bas, REG_MCR, (MCR_DTR | MCR_RTS));
779 oct16550->mcr &= ~(MCR_DTR|MCR_RTS);
781 oct16550->mcr |= MCR_DTR;
/freebsd-11-stable/sys/mips/nlm/hal/
H A Duart.h69 #define MCR_DTR 0x01 macro
/freebsd-11-stable/sys/dev/ic/
H A Dns16550.h103 #define MCR_DTR 0x01 macro
/freebsd-11-stable/sys/dev/uart/
H A Duart_dev_lpc.c323 uart_setreg(bas, REG_MCR, MCR_IE | MCR_RTS | MCR_DTR);
484 if (lpc_ns8250->mcr & MCR_DTR)
702 mcr |= MCR_DTR | MCR_RTS;
714 uart_setreg(bas, REG_MCR, MCR_LOOPBACK | MCR_IE | MCR_DTR | MCR_RTS);
870 lpc_ns8250->mcr &= ~(MCR_DTR|MCR_RTS);
872 lpc_ns8250->mcr |= MCR_DTR;
H A Duart_dev_ns8250.c316 uart_setreg(bas, REG_MCR, MCR_IE | MCR_RTS | MCR_DTR);
514 if (ns8250->mcr & MCR_DTR)
790 mcr |= MCR_DTR | MCR_RTS;
802 uart_setreg(bas, REG_MCR, MCR_LOOPBACK | MCR_IE | MCR_DTR | MCR_RTS);
972 ns8250->mcr &= ~(MCR_DTR|MCR_RTS);
974 ns8250->mcr |= MCR_DTR;
/freebsd-11-stable/sys/mips/atheros/
H A Duart_dev_ar933x.c644 ns8250->mcr &= ~(MCR_DTR|MCR_RTS);
646 ns8250->mcr |= MCR_DTR;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-go32.c108 #define MCR_DTR 0x01 /* enable DTR */ macro
555 outb (port, com_mcr, MCR_DTR | MCR_RTS | MCR_IENABLE);
/freebsd-11-stable/stand/pc98/libpc98/
H A Dcomconsole.c317 outb(comc_port + com_mcr, MCR_RTS | MCR_DTR);
/freebsd-11-stable/stand/i386/libi386/
H A Dcomconsole.c335 outb(comc_port + com_mcr, MCR_RTS | MCR_DTR);
/freebsd-11-stable/usr.sbin/bhyve/
H A Duart_emul.c296 if (mcr & MCR_DTR)
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c908 * Keeping MCR_DTR and MCR_RTS off might stop the external
2140 bitand |= MCR_DTR;
2144 bitor |= MCR_DTR;
2156 if (com->mcr_image & MCR_DTR)
2400 outb(iobase + com_mcr, (sp->mcr & MCR_IENABLE) | MCR_DTR | MCR_RTS);
2419 * XXX damp oscillations of MCR_DTR and MCR_RTS by not restoring them.
2421 outb(iobase + com_mcr, sp->mcr | MCR_DTR | MCR_RTS);
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c1439 * Keeping MCR_DTR and MCR_RTS off might stop the external
3256 bitand |= MCR_DTR;
3260 bitor |= MCR_DTR;
3280 if (com->mcr_image & MCR_DTR)
3562 outb(iobase + com_mcr, (sp->mcr & MCR_IENABLE) | MCR_DTR | MCR_RTS);
3581 * XXX damp oscillations of MCR_DTR and MCR_RTS by not restoring them.
3583 outb(iobase + com_mcr, sp->mcr | MCR_DTR | MCR_RTS);

Completed in 293 milliseconds