lcr 565 arch/i386/isa/pccom.c u_int8_t lcr; lcr 590 arch/i386/isa/pccom.c lcr = bus_space_read_1(iot, ioh, com_lcr); lcr 592 arch/i386/isa/pccom.c lcr | LCR_DLAB); lcr 623 arch/i386/isa/pccom.c bus_space_write_1(iot, ioh, com_lcr, lcr); lcr 937 arch/i386/isa/pccom.c u_int8_t lcr; lcr 945 arch/i386/isa/pccom.c lcr = ISSET(sc->sc_lcr, LCR_SBREAK); lcr 949 arch/i386/isa/pccom.c SET(lcr, LCR_5BITS); lcr 952 arch/i386/isa/pccom.c SET(lcr, LCR_6BITS); lcr 955 arch/i386/isa/pccom.c SET(lcr, LCR_7BITS); lcr 958 arch/i386/isa/pccom.c SET(lcr, LCR_8BITS); lcr 962 arch/i386/isa/pccom.c SET(lcr, LCR_PENAB); lcr 964 arch/i386/isa/pccom.c SET(lcr, LCR_PEVEN); lcr 967 arch/i386/isa/pccom.c SET(lcr, LCR_STOPB); lcr 969 arch/i386/isa/pccom.c sc->sc_lcr = lcr; lcr 1008 arch/i386/isa/pccom.c bus_space_write_1(iot, ioh, com_lcr, lcr | LCR_DLAB); lcr 1011 arch/i386/isa/pccom.c bus_space_write_1(iot, ioh, com_lcr, lcr); lcr 1015 arch/i386/isa/pccom.c bus_space_write_1(iot, ioh, com_lcr, lcr); lcr 1053 arch/i386/isa/pccom.c bus_space_write_1(iot, ioh, com_lcr, lcr); lcr 1481 arch/i386/isa/pccom.c u_int8_t lcr, efr, fctl; lcr 1483 arch/i386/isa/pccom.c lcr = bus_space_read_1(iot, ioh, com_lcr); lcr 1489 arch/i386/isa/pccom.c bus_space_write_1(iot, ioh, com_lcr, lcr); lcr 360 dev/ic/com.c u_int8_t lcr; lcr 368 dev/ic/com.c lcr = bus_space_read_1(iot, ioh, com_lcr); lcr 370 dev/ic/com.c lcr | LCR_DLAB); lcr 396 dev/ic/com.c bus_space_write_1(iot, ioh, com_lcr, lcr); lcr 745 dev/ic/com.c u_char lcr; lcr 752 dev/ic/com.c lcr = ISSET(sc->sc_lcr, LCR_SBREAK); lcr 756 dev/ic/com.c SET(lcr, LCR_5BITS); lcr 759 dev/ic/com.c SET(lcr, LCR_6BITS); lcr 762 dev/ic/com.c SET(lcr, LCR_7BITS); lcr 765 dev/ic/com.c SET(lcr, LCR_8BITS); lcr 769 dev/ic/com.c SET(lcr, LCR_PENAB); lcr 771 dev/ic/com.c SET(lcr, LCR_PEVEN); lcr 774 dev/ic/com.c SET(lcr, LCR_STOPB); lcr 776 dev/ic/com.c sc->sc_lcr = lcr; lcr 812 dev/ic/com.c bus_space_write_1(iot, ioh, com_lcr, lcr | LCR_DLAB); lcr 815 dev/ic/com.c bus_space_write_1(iot, ioh, com_lcr, lcr); lcr 819 dev/ic/com.c bus_space_write_1(iot, ioh, com_lcr, lcr); lcr 824 dev/ic/com.c lcr | LCR_DLAB); lcr 828 dev/ic/com.c bus_space_write_1(iot, ioh, com_lcr, lcr); lcr 835 dev/ic/com.c bus_space_write_1(iot, ioh, com_lcr, lcr); lcr 142 dev/ic/com_subr.c u_int8_t lcr; lcr 164 dev/ic/com_subr.c lcr = bus_space_read_1(iot, ioh, com_lcr); lcr 192 dev/ic/com_subr.c bus_space_write_1(iot, ioh, com_lcr, lcr | LCR_DLAB); lcr 207 dev/ic/com_subr.c bus_space_write_1(iot, ioh, com_lcr, lcr | LCR_DLAB); lcr 227 dev/ic/com_subr.c bus_space_write_1(iot, ioh, com_lcr, lcr | LCR_DLAB); lcr 241 dev/ic/com_subr.c bus_space_write_1(iot, ioh, com_lcr, lcr); lcr 1106 dev/pci/if_xge.c uint64_t par, lcr; lcr 1115 dev/pci/if_xge.c par = lcr = 0; lcr 1176 dev/pci/if_xge.c lcr = TXDL_NUMTXD(ntxd) | TXDL_LGC_FIRST | TXDL_LGC_LAST; lcr 1178 dev/pci/if_xge.c TXP_WCSR(TXDL_LCR, lcr);