com_lcr
bus_space_write_1(iot, ioh, com_lcr, LCR_EERS);
REGWRITE_1(VR4181_SIU_ADDR, com_lcr, LCR_DLAB);
REGWRITE_1(VR4181_SIU_ADDR, com_lcr, LCR_8BITS);
bus_space_write_1(iot, ioh, com_lcr, LCR_EERS);
bus_space_write_1(iot, ioh, com_lcr, LCR_DLAB);
bus_space_write_1(iot, ioh, com_lcr, cflag2lcr(cflag));
[COM_REG_LCR] = com_lcr,