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

  /src/sys/dev/ic/
adv.h 46 struct callout ccb_watchdog; member in struct:adv_ccb
66 #define CCB_WATCHDOG 0x10
adv.c 214 callout_init(&ccb->ccb_watchdog, 0);
303 if (ccb->flags & CCB_WATCHDOG)
304 callout_stop(&ccb->ccb_watchdog);
307 ccb->flags |= CCB_WATCHDOG;
308 callout_reset(&ccb->ccb_watchdog,
830 ccb->flags &= ~CCB_WATCHDOG;

Completed in 43 milliseconds