Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powermac/
H A Dpmu.c371 sc->sc_autopoll = 0; in pmu_attach()
723 if (sc->sc_autopoll) { in pmu_intr()
725 (sc->sc_autopoll >> 8) & 0xff, in pmu_intr()
726 sc->sc_autopoll & 0xff}; in pmu_intr()
791 if (sc->sc_autopoll == mask) { in pmu_adb_autopoll()
796 sc->sc_autopoll = mask & 0xffff; in pmu_adb_autopoll()
H A Dcudavar.h92 volatile int sc_autopoll; member
H A Dcuda.c188 sc->sc_autopoll = 0; in cuda_attach()
467 sc->sc_autopoll = 1; in cuda_send_inbound()
731 if (cmd[2] == sc->sc_autopoll) { in cuda_adb_autopoll()
736 sc->sc_autopoll = -1; in cuda_adb_autopoll()
H A Dpmuvar.h160 volatile int sc_autopoll; member