Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_lpc.c75 #define LPC_UART_NUM 4 macro
81 } lpc_uart_softc[LPC_UART_NUM];
83 static const char *lpc_uart_names[LPC_UART_NUM] = {
87 static const char *lpc_uart_acpi_names[LPC_UART_NUM] = {
153 for (unit = 0; unit < LPC_UART_NUM; unit++) { in lpc_device_parse()
184 for (i = 0; i < LPC_UART_NUM; i++) in lpc_print_supported_devices()
295 for (unit = 0; unit < LPC_UART_NUM; unit++) { in lpc_init()
442 for (unit = 0; unit < LPC_UART_NUM; unit++) { in pci_lpc_uart_dsdt()