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/amd64/
H A Dpci_lpc.c74 #define LPC_UART_NUM 4 macro
80 } lpc_uart_softc[LPC_UART_NUM];
82 static const char *lpc_uart_names[LPC_UART_NUM] = {
86 static const char *lpc_uart_acpi_names[LPC_UART_NUM] = {
152 for (unit = 0; unit < LPC_UART_NUM; unit++) { in lpc_device_parse()
183 for (i = 0; i < LPC_UART_NUM; i++) in lpc_print_supported_devices()
279 for (unit = 0; unit < LPC_UART_NUM; unit++) { in lpc_init()
427 for (unit = 0; unit < LPC_UART_NUM; unit++) { in pci_lpc_uart_dsdt()