Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bhyve/amd64/
H A Dpci_lpc.c72 static struct lpc_uart_softc { struct
77 } lpc_uart_softc[LPC_UART_NUM]; argument
202 struct lpc_uart_softc *sc = arg; in lpc_uart_intr_assert()
223 struct lpc_uart_softc *sc = arg; in lpc_uart_io_handler()
255 struct lpc_uart_softc *sc; in lpc_init()
271 sc = &lpc_uart_softc[unit]; in lpc_init()
415 struct lpc_uart_softc *sc; in pci_lpc_uart_dsdt()
419 sc = &lpc_uart_softc[unit]; in pci_lpc_uart_dsdt()
598 sc = lpc_uart_softc[unit].uart_softc; in pci_lpc_snapshot()