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