sys/dev/ic/pluart.c
229
lcr = bus_space_read_4(sc->sc_iot, sc->sc_ioh, UART_LCR_H);
sys/dev/ic/pluart.c
234
bus_space_write_4(sc->sc_iot, sc->sc_ioh, UART_LCR_H, lcr);
sys/dev/ic/pluart.c
355
lcr = bus_space_read_4(sc->sc_iot, sc->sc_ioh, UART_LCR_H);
sys/dev/ic/pluart.c
382
bus_space_write_4(sc->sc_iot, sc->sc_ioh, UART_LCR_H, lcr);
sys/dev/ic/pluart.c
851
bus_space_write_4(iot, pluartconsioh, UART_LCR_H,
sys/dev/ic/pluart.c
852
bus_space_read_4(iot, pluartconsioh, UART_LCR_H) & ~UART_LCR_H_FEN);