Symbol: com_lcr
sys/arch/sparc64/dev/comms_ebus.c
367
COM_WRITE(sc, com_lcr, LCR_DLAB);
sys/arch/sparc64/dev/comms_ebus.c
371
COM_WRITE(sc, com_lcr, LCR_8BITS | LCR_PNONE | LCR_STOPB);
sys/dev/ic/com.c
1164
bus_space_write_1(iot, ioh, com_lcr, LCR_DLAB);
sys/dev/ic/com.c
1168
bus_space_write_1(iot, ioh, com_lcr, LCR_8BITS);
sys/dev/ic/com.c
1339
lcr = com_read_reg(sc, com_lcr);
sys/dev/ic/com.c
1340
com_write_reg(sc, com_lcr, LCR_EFR);
sys/dev/ic/com.c
1342
com_write_reg(sc, com_lcr, 0);
sys/dev/ic/com.c
1370
com_write_reg(sc, com_lcr, lcr | LCR_DLAB);
sys/dev/ic/com.c
1377
com_write_reg(sc, com_lcr, LCR_EFR);
sys/dev/ic/com.c
1389
com_write_reg(sc, com_lcr, lcr | LCR_DLAB);
sys/dev/ic/com.c
1410
com_write_reg(sc, com_lcr, lcr | LCR_DLAB);
sys/dev/ic/com.c
1415
com_write_reg(sc, com_lcr, 0);
sys/dev/ic/com.c
1424
com_write_reg(sc, com_lcr, lcr);
sys/dev/ic/com.c
150
bus_space_write_1(iot, ioh, com_lcr, LCR_8BITS);
sys/dev/ic/com.c
153
if ((bus_space_read_1(iot, ioh, com_lcr) != LCR_8BITS) ||
sys/dev/ic/com.c
1603
com_write_reg(sc, com_lcr, LCR_DLAB);
sys/dev/ic/com.c
1606
com_write_reg(sc, com_lcr, LCR_PNONE | LCR_8BITS);
sys/dev/ic/com.c
298
com_write_reg(sc, com_lcr, LCR_EFR);
sys/dev/ic/com.c
302
com_write_reg(sc, com_lcr, 0);
sys/dev/ic/com.c
328
lcr = com_read_reg(sc, com_lcr);
sys/dev/ic/com.c
329
com_write_reg(sc, com_lcr,
sys/dev/ic/com.c
356
com_write_reg(sc, com_lcr, lcr);
sys/dev/ic/com.c
476
com_write_reg(sc, com_lcr, sc->sc_lcr);
sys/dev/ic/com.c
503
com_write_reg(sc, com_lcr, LCR_EFR);
sys/dev/ic/com.c
506
com_write_reg(sc, com_lcr, 0);
sys/dev/ic/com.c
543
com_write_reg(sc, com_lcr, LCR_EFR);
sys/dev/ic/com.c
547
com_write_reg(sc, com_lcr, 0);
sys/dev/ic/com.c
564
com_write_reg(sc, com_lcr, sc->sc_lcr | LCR_DLAB);
sys/dev/ic/com.c
567
com_write_reg(sc, com_lcr, sc->sc_lcr);
sys/dev/ic/com.c
569
com_write_reg(sc, com_lcr, sc->sc_lcr);
sys/dev/ic/com.c
584
lcr = com_read_reg(sc, com_lcr);
sys/dev/ic/com.c
585
com_write_reg(sc, com_lcr,
sys/dev/ic/com.c
612
com_write_reg(sc, com_lcr, lcr);
sys/dev/ic/com.c
686
com_write_reg(sc, com_lcr, sc->sc_lcr);
sys/dev/ic/com.c
690
com_write_reg(sc, com_lcr, sc->sc_lcr);
sys/dev/ic/com.c
854
com_write_reg(sc, com_lcr, lcr | LCR_DLAB);
sys/dev/ic/com.c
857
com_write_reg(sc, com_lcr, lcr);
sys/dev/ic/com.c
861
com_write_reg(sc, com_lcr, lcr);
sys/dev/ic/com.c
865
com_write_reg(sc, com_lcr,
sys/dev/ic/com.c
870
com_write_reg(sc, com_lcr, lcr);
sys/dev/ic/com.c
877
com_write_reg(sc, com_lcr, lcr);