Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_lpc.c83 static const char *lpc_uart_names[LPC_UART_NUM] = { variable
154 if (strcasecmp(lpcdev, lpc_uart_names[unit]) == 0) { in lpc_device_parse()
156 lpc_uart_names[unit]); in lpc_device_parse()
185 printf("%s\n", lpc_uart_names[i]); in lpc_print_supported_devices()
297 name = lpc_uart_names[unit]; in lpc_init()