Searched refs:tmr_add (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Rtc/
H A Dfman_rtc.c87 return ioread32be(&regs->tmr_add);
92 iowrite32be(val, &regs->tmr_add);
/freebsd-13-stable/usr.sbin/uhsoctl/
H A Duhsoctl.c222 tmr_add(struct timers *tmrs, int id, int timeout, tmr_cb func, void *arg) function
301 tmr_add(&timers, 1, 5, tmr_watchdog, ctx);
735 tmr_add(&timers, 1, 1, tmr_creg, ctx);
738 tmr_add(&timers, 1, 30, tmr_creg, ctx);
762 tmr_add(&timers, 1, 1, tmr_cgreg, ctx);
765 tmr_add(&timers, 1, 30, tmr_cgreg, ctx);
838 tmr_add(&timers, 1, 15, tmr_status, ctx);
1256 tmr_add(&timers, 1, 5, tmr_status, ctx);
1467 tmr_add(&timers, 1, 5, &tmr_watchdog, &ctx);
/freebsd-13-stable/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_rtc.h140 uint32_t tmr_add; /* 0x00a0 timer drift compensation addend register */ member in struct:rtc_regs

Completed in 106 milliseconds