Searched refs:COM_TYPE_BCMAUXUART (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/arch/arm/broadcom/ |
| H A D | bcm2835_com.c | 80 sc->sc_type = COM_TYPE_BCMAUXUART; in bcm_com_attach() 157 if (comcnattach1(®s, speed, uart_freq, COM_TYPE_BCMAUXUART, in bcmaux_com_console_consinit()
|
| H A D | bcm2835_com_acpi.c | 60 { .compat = "BCM2836", .value = COM_TYPE_BCMAUXUART },
|
| /netbsd-src/sys/dev/ic/ |
| H A D | comvar.h | 200 #define COM_TYPE_BCMAUXUART 8 /* BCM2835 AUX UART */ macro
|
| H A D | com.c | 639 case COM_TYPE_BCMAUXUART: in com_attach_subr() 2300 if (sc->sc_type == COM_TYPE_BCMAUXUART && ISSET(iir, IIR_RXRDY)) in comintr()
|
| /netbsd-src/sys/arch/arm/acpi/ |
| H A D | acpi_platform.c | 241 comcnattach1(®s, baud_rate, -1, COM_TYPE_BCMAUXUART, in acpi_platform_attach_uart()
|