Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/uart/
H A Duart_dev_ns8250.c433 struct uart_class uart_ns8250_class = { variable
450 {"APMC0D08", &uart_ns8250_class, ACPI_DBG2_16550_COMPATIBLE, 2, 4, 0, 0, "APM compatible UART"},
455 {"PNP0500", &uart_ns8250_class, 0, 0, 0, 0, 0, "Standard PC COM port"},
456 {"PNP0501", &uart_ns8250_class, 0, 0, 0, 0, 0, "16550A-compatible COM port"},
458 {"PNP0510", &uart_ns8250_class, 0, 0, 0, 0, 0, "Generic IRDA-compatible device"},
459 {"PNP0511", &uart_ns8250_class, 0, 0, 0, 0, 0, "Generic IRDA-compatible device"},
460 {"WACF004", &uart_ns8250_class, 0, 0, 0, 0, 0, "Wacom Tablet PC Screen"},
461 {"WACF00E", &uart_ns8250_class, 0, 0, 0, 0, 0, "Wacom Tablet PC Screen 00e"},
462 {"FUJ02E5", &uart_ns8250_class, 0, 0, 0, 0, 0, "Wacom Tablet at FuS Lifebook T"},
470 {"ns16550", (uintptr_t)&uart_ns8250_class},
[all …]
H A Duart_bus_pci.c280 sc->sc_class = &uart_ns8250_class; in uart_pci_probe()
288 sc->sc_class = &uart_ns8250_class; in uart_pci_probe()
H A Duart_bus_puc.c80 sc->sc_class = &uart_ns8250_class; in uart_puc_probe()
H A Duart_cpu_x86.c60 class = &uart_ns8250_class; in uart_cpu_getdev()
H A Duart_cpu_fdt.c82 class = &uart_ns8250_class; in uart_cpu_getdev()
H A Duart_cpu_arm64.c122 class = &uart_ns8250_class; in uart_cpu_getdev()
H A Duart_bus_isa.c166 sc->sc_class = &uart_ns8250_class; in uart_isa_probe()
H A Duart.h112 extern struct uart_class uart_ns8250_class __attribute__((weak));
H A Duart_cpu_powerpc.c174 class = &uart_ns8250_class; in uart_cpu_getdev()
H A Duart_subr.c53 &uart_ns8250_class,
/freebsd-14.2/sys/powerpc/psim/
H A Duart_iobus.c79 sc->sc_class = &uart_ns8250_class; in uart_iobus_probe()