Home
last modified time | relevance | path

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

/freebsd/sys/dev/quicc/
H A Dquicc_core.c159 sc->sc_polled = 1; in quicc_bfe_attach()
161 if (bootverbose && (sc->sc_fastintr || sc->sc_polled)) { in quicc_bfe_attach()
168 if (sc->sc_polled) { in quicc_bfe_attach()
366 if (sc->sc_polled) in quicc_bus_setup_intr()
H A Dquicc_bfe.h53 bool sc_polled:1; member
/freebsd/sys/dev/scc/
H A Dscc_core.c253 sc->sc_polled = 1; in scc_bfe_attach()
256 sc->sc_polled = 0; in scc_bfe_attach()
275 if (bootverbose && (sc->sc_fastintr || sc->sc_polled)) { in scc_bfe_attach()
282 if (sc->sc_polled) { in scc_bfe_attach()
531 if (sc->sc_polled) in scc_bus_setup_intr()
H A Dscc_bfe.h133 bool sc_polled:1; member
/freebsd/sys/dev/uart/
H A Duart_core.c447 if (sc->sc_polled) { in uart_intr()
717 sc->sc_polled = 1; in uart_bus_attach()
723 if (bootverbose && (sc->sc_fastintr || sc->sc_polled)) { in uart_bus_attach()
730 if (sc->sc_polled) { in uart_bus_attach()
H A Duart_bus.h98 bool sc_polled:1; /* This UART has no interrupts. */ member
/freebsd/sys/dev/puc/
H A Dpuc_bfe.h67 bool sc_polled:1; member
H A Dpuc.c351 sc->sc_polled = 1; in puc_bfe_attach()