Home
last modified time | relevance | path

Searched refs:uart_ns16550_read (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/amd64/
H A Dpci_lpc.c226 *eax = uart_ns16550_read(sc->uart_softc, offset); 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()
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()
/illumos-gate/usr/src/cmd/bhyve/common/
H A Duart_emul.h42 uint8_t uart_ns16550_read(struct uart_ns16550_softc *sc, int offset);
H A Dpci_uart.c82 val = uart_ns16550_read(pi->pi_arg, offset); in pci_uart_read()
H A Duart_emul.c361 uart_ns16550_read(struct uart_ns16550_softc *sc, int offset) in uart_ns16550_read() function