Home | History | Annotate | Download | only in shared

Lines Matching full:ticks

99 static uint32	wd_msticks;		/* watchdog timer ticks normalized to ms */
122 /* save ticks normalized to ms for si_watchdog_ms() */
982 /* set chip watchdog reset timer to fire in 'ticks' */
984 si_watchdog(si_t *sih, uint ticks)
988 if ((sih->chip == BCM4319_CHIP_ID) && (sih->chiprev == 0) && (ticks != 0)) {
995 if (ticks == 1)
996 ticks = 2;
997 si_corereg(sih, SI_CC_IDX, OFFSETOF(chipcregs_t, pmuwatchdog), ~0, ticks);
1000 si_corereg(sih, SI_CC_IDX, OFFSETOF(chipcregs_t, watchdog), ~0, ticks);