Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/amd64/
H A Dpci_lpc.c70 #define LPC_UART_NUM 4 macro
76 } lpc_uart_softc[LPC_UART_NUM];
78 static const char *lpc_uart_names[LPC_UART_NUM] = {
82 static const char *lpc_uart_acpi_names[LPC_UART_NUM] = {
148 for (unit = 0; unit < LPC_UART_NUM; unit++) { in lpc_device_parse()
179 for (i = 0; i < LPC_UART_NUM; i++) in lpc_print_supported_devices()
254 for (unit = 0; unit < LPC_UART_NUM; unit++) { in lpc_init()
402 for (unit = 0; unit < LPC_UART_NUM; unit++) { in pci_lpc_uart_dsdt()
581 for (unit = 0; unit < LPC_UART_NUM; unit++) { in pci_lpc_snapshot()