Home
last modified time | relevance | path

Searched refs:COM_TYPE_BCMAUXUART (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/arm/broadcom/
H A Dbcm2835_com.c80 sc->sc_type = COM_TYPE_BCMAUXUART; in bcm_com_attach()
157 if (comcnattach1(&regs, speed, uart_freq, COM_TYPE_BCMAUXUART, in bcmaux_com_console_consinit()
H A Dbcm2835_com_acpi.c60 { .compat = "BCM2836", .value = COM_TYPE_BCMAUXUART },
/netbsd-src/sys/dev/ic/
H A Dcomvar.h200 #define COM_TYPE_BCMAUXUART 8 /* BCM2835 AUX UART */ macro
H A Dcom.c639 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 Dacpi_platform.c241 comcnattach1(&regs, baud_rate, -1, COM_TYPE_BCMAUXUART, in acpi_platform_attach_uart()