Searched refs:uart_ns16550_read (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/amd64/ |
H A D | pci_lpc.c | 226 *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 D | uart_emul.h | 42 uint8_t uart_ns16550_read(struct uart_ns16550_softc *sc, int offset);
|
H A D | pci_uart.c | 82 val = uart_ns16550_read(pi->pi_arg, offset); in pci_uart_read()
|
H A D | uart_emul.c | 361 uart_ns16550_read(struct uart_ns16550_softc *sc, int offset) in uart_ns16550_read() function
|