Home
last modified time | relevance | path

Searched refs:sc_fastintr (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/quicc/
H A Dquicc_core.c149 sc->sc_fastintr = 1; in quicc_bfe_attach()
161 if (bootverbose && (sc->sc_fastintr || sc->sc_polled)) { in quicc_bfe_attach()
164 if (sc->sc_fastintr) { in quicc_bfe_attach()
369 if (sc->sc_fastintr && filt == NULL) { in quicc_bus_setup_intr()
370 sc->sc_fastintr = 0; in quicc_bus_setup_intr()
H A Dquicc_bfe.h52 bool sc_fastintr:1; member
/freebsd/sys/dev/scc/
H A Dscc_core.c244 sc->sc_fastintr = 1; in scc_bfe_attach()
275 if (bootverbose && (sc->sc_fastintr || sc->sc_polled)) { in scc_bfe_attach()
278 if (sc->sc_fastintr) { in scc_bfe_attach()
534 if (sc->sc_fastintr && filt == NULL) { in scc_bus_setup_intr()
535 sc->sc_fastintr = 0; in scc_bus_setup_intr()
H A Dscc_bfe.h131 bool sc_fastintr:1; member
/freebsd/sys/dev/uart/
H A Duart_core.c701 sc->sc_fastintr = (error == 0) ? 1 : 0; in uart_bus_attach()
703 if (!sc->sc_fastintr) in uart_bus_attach()
723 if (bootverbose && (sc->sc_fastintr || sc->sc_polled)) { in uart_bus_attach()
726 if (sc->sc_fastintr) { in uart_bus_attach()
H A Duart_bus.h93 bool sc_fastintr:1; /* This UART uses fast interrupts. */ member
/freebsd/sys/dev/puc/
H A Dpuc_bfe.h65 bool sc_fastintr:1; member
H A Dpuc.c340 sc->sc_fastintr = 1; in puc_bfe_attach()