Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/amd64/
H A Dpci_lpc.c78 static const char *lpc_uart_names[LPC_UART_NUM] = { variable
149 if (strcasecmp(lpcdev, lpc_uart_names[unit]) == 0) { in lpc_device_parse()
151 lpc_uart_names[unit]); in lpc_device_parse()
180 printf("%s\n", lpc_uart_names[i]); in lpc_print_supported_devices()
256 name = lpc_uart_names[unit]; in lpc_init()