com_mcr
CSR_WRITE(com_port, com_mcr, MCR_RTS | MCR_DTR);
OUTB(com_mcr, MCR_DTR | MCR_RTS);
bus_space_write_1(bst, bsh, com_mcr, MCR_DTR | MCR_RTS);
REGWRITE_1(VR4181_SIU_ADDR, com_mcr, MCR_DTR | MCR_RTS);
outb(combase + com_mcr, MCR_DTR | MCR_RTS);
com0addr[com_mcr] = htole32(MCR_DTR|MCR_RTS);
com0addr[com_mcr] = htobe32(MCR_DTR|MCR_RTS);
bus_space_write_1(iot, ioh, com_mcr, MCR_DTR | MCR_RTS);
CSR_WRITE(com_port, com_mcr, MCR_RTS | MCR_DTR);
[COM_REG_MCR] = com_mcr,