Searched refs:MCR_IENABLE (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/dev/ic/
H A Dns16550.h100 #define MCR_IENABLE MCR_IE macro
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dser-go32.c105 #define MCR_IENABLE 0x08 /* output 2 = int enable */ macro
521 outb (port, com_mcr, MCR_IENABLE);
555 outb (port, com_mcr, MCR_DTR | MCR_RTS | MCR_IENABLE);
/freebsd-10.2-release/sys/dev/sio/
H A Dsio.c482 * Turn off MCR_IENABLE for all likely serial ports. An unused
483 * port with its MCR_IENABLE gate open will inhibit interrupts
515 * register and prepare to leave MCR_IENABLE clear in the mcr.
516 * Otherwise, prepare to set MCR_IENABLE in the mcr.
521 mcr_image = MCR_IENABLE;
648 * (MCR_IENABLE was hidden). This should leave the device driving
739 * Leave MCR_IENABLE alone. For ports without a master port, it gates
906 * o mcr = MCR_IENABLE, or 0 if the port has AST/4 compatible
2397 * them by clearing the MCR_IENABLE bit, since that might cause
2400 outb(iobase + com_mcr, (sp->mcr & MCR_IENABLE) | MCR_DT
[all...]
/freebsd-10.2-release/sys/pc98/cbus/
H A Dsio.c857 * Turn off MCR_IENABLE for all likely serial ports. An unused
858 * port with its MCR_IENABLE gate open will inhibit interrupts
960 * register and prepare to leave MCR_IENABLE clear in the mcr.
961 * Otherwise, prepare to set MCR_IENABLE in the mcr.
966 mcr_image = MCR_IENABLE;
1117 * (MCR_IENABLE was hidden). This should leave the device driving
1208 * Leave MCR_IENABLE alone. For ports without a master port, it gates
1437 * o mcr = MCR_IENABLE, or 0 if the port has AST/4 compatible
3559 * them by clearing the MCR_IENABLE bit, since that might cause
3562 outb(iobase + com_mcr, (sp->mcr & MCR_IENABLE) | MCR_DT
[all...]

Completed in 160 milliseconds