com_cfcr
OUTB(com_cfcr, LCR_DLAB);
OUTB(com_cfcr, LCR_8BITS);
*((volatile u_int8_t *)(addr + com_cfcr)) = LCR_8BITS;
ubtmp1 = *((volatile u_int8_t *)(addr + com_cfcr));
#define com_lcr com_cfcr
#define com_lcr com_cfcr
outb(combase + com_cfcr, LCR_DLAB);
outb(combase + com_cfcr, LCR_8BITS);
bus_space_write_1(&genppc_isa_io_space_tag, comh, com_cfcr, LCR_DLAB);
bus_space_write_1(&genppc_isa_io_space_tag, comh, com_cfcr, LCR_8BITS);
#define com_lcr com_cfcr
#define com_lcr com_cfcr