Home
last modified time | relevance | path

Searched refs:sc_testintr (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/uart/
H A Duart_core.c432 testintr = sc->sc_testintr; in uart_intr()
685 sc->sc_testintr = 1; in uart_bus_attach()
687 sc->sc_testintr = 0; in uart_bus_attach()
H A Duart_bus.h101 bool sc_testintr:1; /* This UART is under int. testing. */ member