Searched refs:sc_autopoll (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/powerpc/powermac/
H A Dcudavar.h94 volatile int sc_autopoll; member in struct:cuda_softc
H A Dpmuvar.h163 volatile int sc_autopoll; member in struct:pmu_softc
H A Dcuda.c190 sc->sc_autopoll = 0;
469 sc->sc_autopoll = 1;
735 if (cmd[2] == sc->sc_autopoll) {
740 sc->sc_autopoll = -1;
H A Dpmu.c376 sc->sc_autopoll = 0;
721 if (sc->sc_autopoll) {
723 (sc->sc_autopoll >> 8) & 0xff,
724 sc->sc_autopoll & 0xff};
789 if (sc->sc_autopoll == mask) {
794 sc->sc_autopoll = mask & 0xffff;

Completed in 113 milliseconds