/src/sys/arch/sgimips/hpc/ |
button.c | 56 int sc_last, sc_fired; member in struct:button_softc 111 sc->sc_last = 0; 137 if (time_second == sc->sc_last) 139 sc->sc_last = time_second;
|
button.c | 56 int sc_last, sc_fired; member in struct:button_softc 111 sc->sc_last = 0; 137 if (time_second == sc->sc_last) 139 sc->sc_last = time_second;
|
/src/sys/dev/i2c/ |
hytp14var.h | 66 uint8_t sc_last[4]; /* last sensor data, before MR */ member in struct:hytp14_sc
|
hytp14var.h | 66 uint8_t sc_last[4]; /* last sensor data, before MR */ member in struct:hytp14_sc
|
/src/sys/arch/macppc/dev/ |
psoc.c | 77 time_t sc_last; member in struct:psoc_softc 120 sc->sc_last = 0; 174 if ((time_second - sc->sc_last) > 2) { 180 sc->sc_last = time_second;
|
psoc.c | 77 time_t sc_last; member in struct:psoc_softc 120 sc->sc_last = 0; 174 if ((time_second - sc->sc_last) > 2) { 180 sc->sc_last = time_second;
|
lmu.c | 68 time_t sc_last; member in struct:lmu_softc 171 sc->sc_last = 0; 276 if (time_second == sc->sc_last) 285 sc->sc_last = time_second;
|
lmu.c | 68 time_t sc_last; member in struct:lmu_softc 171 sc->sc_last = 0; 276 if (time_second == sc->sc_last) 285 sc->sc_last = time_second;
|
/src/sys/arch/evbmips/loongson/ |
loongson_clock.c | 50 static uint32_t sc_last; variable in typeref:typename:uint32_t 154 sc_last = mips3_cp0_count_read(); 155 mips3_cp0_compare_write(sc_last + curcpu()->ci_cycles_per_hz); 230 diff = now - sc_last; 232 sc_last = now; 265 diff = now - sc_last;
|
loongson_clock.c | 50 static uint32_t sc_last; variable in typeref:typename:uint32_t 154 sc_last = mips3_cp0_count_read(); 155 mips3_cp0_compare_write(sc_last + curcpu()->ci_cycles_per_hz); 230 diff = now - sc_last; 232 sc_last = now; 265 diff = now - sc_last;
|
/src/sys/dev/pci/voyager/ |
pwmclock.c | 61 uint32_t sc_reg, sc_last; member in struct:pwmclock_softc 300 diff = now - sc->sc_last; 302 sc->sc_last = now; 317 sc->sc_last = mips3_cp0_count_read(); 330 diff = now - sc->sc_last;
|
pwmclock.c | 61 uint32_t sc_reg, sc_last; member in struct:pwmclock_softc 300 diff = now - sc->sc_last; 302 sc->sc_last = now; 317 sc->sc_last = mips3_cp0_count_read(); 330 diff = now - sc->sc_last;
|
/src/sys/arch/mac68k/dev/ |
pbbat.c | 156 struct timeval sc_last; member in struct:pbatt_softc 324 if (timercmp(&tv, &sc->sc_last, <) != 0) 425 microuptime(&sc->sc_last);
|
pbbat.c | 156 struct timeval sc_last; member in struct:pbatt_softc 324 if (timercmp(&tv, &sc->sc_last, <) != 0) 425 microuptime(&sc->sc_last);
|
/src/sys/arch/mvme68k/dev/ |
sbicvar.h | 126 struct dma_chain *sc_last; member in struct:sbic_softc
|
sbicvar.h | 126 struct dma_chain *sc_last; member in struct:sbic_softc
|
/src/sys/dev/acpi/ |
acpi_bat.c | 151 struct timeval sc_last; member in struct:acpibat_softc 663 microtime(&sc->sc_last); 792 if (timercmp(&tv, &sc->sc_last, <) != 0)
|
acpi_bat.c | 151 struct timeval sc_last; member in struct:acpibat_softc 663 microtime(&sc->sc_last); 792 if (timercmp(&tv, &sc->sc_last, <) != 0)
|
/src/sys/arch/amiga/dev/ |
sbicvar.h | 136 struct dma_chain *sc_last; member in struct:sbic_softc
|
sbicvar.h | 136 struct dma_chain *sc_last; member in struct:sbic_softc
|