Lines Matching refs:uart_softc
76 struct uart_ns16550_softc *uart_softc; member
226 *eax = uart_ns16550_read(sc->uart_softc, offset); in lpc_uart_io_handler()
228 uart_ns16550_write(sc->uart_softc, offset, *eax); in lpc_uart_io_handler()
232 *eax = uart_ns16550_read(sc->uart_softc, offset); in lpc_uart_io_handler()
234 uart_ns16550_read(sc->uart_softc, offset + 1) << 8; in lpc_uart_io_handler()
236 uart_ns16550_write(sc->uart_softc, offset, *eax); in lpc_uart_io_handler()
237 uart_ns16550_write(sc->uart_softc, offset + 1, in lpc_uart_io_handler()
244 *eax = uart_ns16550_read(sc->uart_softc, offset); in lpc_uart_io_handler()
245 *eax |= uart_ns16550_read(sc->uart_softc, in lpc_uart_io_handler()
247 *eax |= uart_ns16550_read(sc->uart_softc, in lpc_uart_io_handler()
249 *eax |= uart_ns16550_read(sc->uart_softc, in lpc_uart_io_handler()
252 uart_ns16550_write(sc->uart_softc, offset, *eax); in lpc_uart_io_handler()
253 uart_ns16550_write(sc->uart_softc, in lpc_uart_io_handler()
255 uart_ns16550_write(sc->uart_softc, in lpc_uart_io_handler()
257 uart_ns16550_write(sc->uart_softc, in lpc_uart_io_handler()
290 sc->uart_softc = uart_ns16550_init(lpc_uart_intr_assert, in lpc_init()
297 uart_ns16550_tty_open(sc->uart_softc, backend) != 0) { in lpc_init()