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

/freebsd-9.3-release/sys/dev/quicc/
H A Dquicc_bfe.h52 int sc_fastintr:1; member in struct:quicc_softc
H A Dquicc_core.c151 sc->sc_fastintr = 1;
163 if (bootverbose && (sc->sc_fastintr || sc->sc_polled)) {
166 if (sc->sc_fastintr) {
371 if (sc->sc_fastintr && filt == NULL) {
372 sc->sc_fastintr = 0;
/freebsd-9.3-release/sys/dev/puc/
H A Dpuc_bfe.h66 int sc_fastintr:1; member in struct:puc_softc
H A Dpuc.c338 sc->sc_fastintr = 1;
/freebsd-9.3-release/sys/dev/scc/
H A Dscc_bfe.h131 int sc_fastintr:1; member in struct:scc_softc
H A Dscc_core.c244 sc->sc_fastintr = 1;
275 if (bootverbose && (sc->sc_fastintr || sc->sc_polled)) {
278 if (sc->sc_fastintr) {
534 if (sc->sc_fastintr && filt == NULL) {
535 sc->sc_fastintr = 0;
/freebsd-9.3-release/sys/dev/uart/
H A Duart_core.c433 sc->sc_fastintr = 1;
471 if (bootverbose && (sc->sc_fastintr || sc->sc_polled)) {
474 if (sc->sc_fastintr) {
H A Duart_bus.h92 int sc_fastintr:1; /* This UART uses fast interrupts. */ member in struct:uart_softc

Completed in 83 milliseconds