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
1155
bus_space_write_1(iot, ioh, com_lcr, LCR_DLAB);
sys/dev/ic/com.c
1159
bus_space_write_1(iot, ioh, com_lcr, LCR_8BITS);
sys/dev/ic/com.c
1331
lcr = com_read_reg(sc, com_lcr);
sys/dev/ic/com.c
1332
com_write_reg(sc, com_lcr, LCR_EFR);
sys/dev/ic/com.c
1334
com_write_reg(sc, com_lcr, 0);
sys/dev/ic/com.c
1362
com_write_reg(sc, com_lcr, lcr | LCR_DLAB);
sys/dev/ic/com.c
1369
com_write_reg(sc, com_lcr, LCR_EFR);
sys/dev/ic/com.c
1381
com_write_reg(sc, com_lcr, lcr | LCR_DLAB);
sys/dev/ic/com.c
1402
com_write_reg(sc, com_lcr, lcr | LCR_DLAB);
sys/dev/ic/com.c
1407
com_write_reg(sc, com_lcr, 0);
sys/dev/ic/com.c
1416
com_write_reg(sc, com_lcr, lcr);
sys/dev/ic/com.c
146
bus_space_write_1(iot, ioh, com_lcr, LCR_8BITS);
sys/dev/ic/com.c
149
if ((bus_space_read_1(iot, ioh, com_lcr) != LCR_8BITS) ||
sys/dev/ic/com.c
1597
com_write_reg(sc, com_lcr, LCR_DLAB);
sys/dev/ic/com.c
1600
com_write_reg(sc, com_lcr, LCR_PNONE | LCR_8BITS);
sys/dev/ic/com.c
290
com_write_reg(sc, com_lcr, LCR_EFR);
sys/dev/ic/com.c
294
com_write_reg(sc, com_lcr, 0);
sys/dev/ic/com.c
320
lcr = com_read_reg(sc, com_lcr);
sys/dev/ic/com.c
321
com_write_reg(sc, com_lcr,
sys/dev/ic/com.c
348
com_write_reg(sc, com_lcr, lcr);
sys/dev/ic/com.c
465
com_write_reg(sc, com_lcr, sc->sc_lcr);
sys/dev/ic/com.c
496
com_write_reg(sc, com_lcr, LCR_EFR);
sys/dev/ic/com.c
499
com_write_reg(sc, com_lcr, 0);
sys/dev/ic/com.c
534
com_write_reg(sc, com_lcr, LCR_EFR);
sys/dev/ic/com.c
538
com_write_reg(sc, com_lcr, 0);
sys/dev/ic/com.c
555
com_write_reg(sc, com_lcr, sc->sc_lcr | LCR_DLAB);
sys/dev/ic/com.c
558
com_write_reg(sc, com_lcr, sc->sc_lcr);
sys/dev/ic/com.c
560
com_write_reg(sc, com_lcr, sc->sc_lcr);
sys/dev/ic/com.c
575
lcr = com_read_reg(sc, com_lcr);
sys/dev/ic/com.c
576
com_write_reg(sc, com_lcr,
sys/dev/ic/com.c
603
com_write_reg(sc, com_lcr, lcr);
sys/dev/ic/com.c
677
com_write_reg(sc, com_lcr, sc->sc_lcr);
sys/dev/ic/com.c
681
com_write_reg(sc, com_lcr, sc->sc_lcr);
sys/dev/ic/com.c
845
com_write_reg(sc, com_lcr, lcr | LCR_DLAB);
sys/dev/ic/com.c
848
com_write_reg(sc, com_lcr, lcr);
sys/dev/ic/com.c
852
com_write_reg(sc, com_lcr, lcr);
sys/dev/ic/com.c
856
com_write_reg(sc, com_lcr,
sys/dev/ic/com.c
861
com_write_reg(sc, com_lcr, lcr);
sys/dev/ic/com.c
868
com_write_reg(sc, com_lcr, lcr);