Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/amd64/
H A Dpci_lpc.c72 static struct lpc_uart_softc { struct
77 } lpc_uart_softc[LPC_UART_NUM]; argument
195 struct lpc_uart_softc *sc = arg; in lpc_uart_intr_assert()
216 struct lpc_uart_softc *sc = arg; in lpc_uart_io_handler()
248 struct lpc_uart_softc *sc; in lpc_init()
256 sc = &lpc_uart_softc[unit]; in lpc_init()
400 struct lpc_uart_softc *sc; in pci_lpc_uart_dsdt()
404 sc = &lpc_uart_softc[unit]; in pci_lpc_uart_dsdt()
597 sc = lpc_uart_softc[unit].uart_softc; in pci_lpc_snapshot()