Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/quicc/
HDquicc_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()
HDquicc_bfe.h52 bool sc_fastintr:1; member
/freebsd-head/sys/dev/scc/
HDscc_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()
HDscc_bfe.h131 bool sc_fastintr:1; member
/freebsd-head/sys/dev/uart/
HDuart_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()
HDuart_bus.h93 bool sc_fastintr:1; /* This UART uses fast interrupts. */ member
/freebsd-head/sys/dev/puc/
HDpuc_bfe.h65 bool sc_fastintr:1; member
HDpuc.c340 sc->sc_fastintr = 1; in puc_bfe_attach()