Home
last modified time | relevance | path

Searched defs:uart_softc (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Duart_emul.c128 struct uart_softc { struct
130 uint8_t data; /* Data register (R/W) */
142 struct fifo rxfifo;
143 struct mevent *mev;
145 struct ttyfd tty;
147 bool sock;
148 struct {
152 } usc_sock;
157 void *arg;
158 uart_intr_func_t intr_assert;
[all …]
H A Dpci_lpc.c77 struct uart_softc *uart_softc; member