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/amd64/
H A Dpci_lpc.c82 static const char *lpc_uart_names[LPC_UART_NUM] = { variable
153 if (strcasecmp(lpcdev, lpc_uart_names[unit]) == 0) { in lpc_device_parse()
155 lpc_uart_names[unit]); in lpc_device_parse()
184 printf("%s\n", lpc_uart_names[i]); in lpc_print_supported_devices()
281 name = lpc_uart_names[unit]; in lpc_init()