Searched refs:uart_pl011_class (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/dev/uart/ |
| H A D | uart_dev_pl011.c | 323 static struct uart_class uart_pl011_class = { variable 335 {"arm,pl011", (uintptr_t)&uart_pl011_class}, 343 …{"ARMH0011", &uart_pl011_class, ACPI_DBG2_ARM_PL011, 2, 0, 0, UART_F_IGNORE_SPCR_REGSHFT, "uart pl… 344 …{"ARMH0011", &uart_pl011_class, ACPI_DBG2_ARM_SBSA_GENERIC, 2, 0, 0, UART_F_IGNORE_SPCR_REGSHFT, "… 345 …{"ARMH0011", &uart_pl011_class, ACPI_DBG2_ARM_SBSA_32BIT, 2, 0, 0, UART_F_IGNORE_SPCR_REGSHFT, "ua…
|