HomeSort by: relevance | last modified time | path
    Searched defs:sc_autopoll (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/macppc/dev/
cuda.c 105 uint32_t sc_autopoll; member in struct:cuda_softc
797 sc->sc_autopoll = 1;
911 if (cmd[2] == sc->sc_autopoll)
914 sc->sc_autopoll = -1;
916 while(sc->sc_autopoll == -1) {
pmu.c 98 int sc_autopoll; member in struct:pmu_softc
289 sc->sc_autopoll = 0;
808 if (sc->sc_autopoll == flag)
816 sc->sc_autopoll = flag & 0xffff;
833 uint8_t cmd[] = {0, 0x86, (sc->sc_autopoll >> 8) & 0xff,
834 sc->sc_autopoll & 0xff};

Completed in 13 milliseconds