Searched refs:uart_pl011_class (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/sys/dev/uart/ |
| D | uart_dev_pl011.c | 324 static struct uart_class uart_pl011_class = { variable 337 {"arm,pl011", (uintptr_t)&uart_pl011_class}, 345 …{"ARMH0011", &uart_pl011_class, ACPI_DBG2_ARM_PL011, 2, 0, 0, UART_F_IGNORE_SPCR_REGSHFT, "uart pl… 346 …{"ARMH0011", &uart_pl011_class, ACPI_DBG2_ARM_SBSA_GENERIC, 2, 0, 0, UART_F_IGNORE_SPCR_REGSHFT, "… 347 …{"ARMH0011", &uart_pl011_class, ACPI_DBG2_ARM_SBSA_32BIT, 2, 0, 0, UART_F_IGNORE_SPCR_REGSHFT, "ua…
|