Searched refs:tmr_add (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/usr.sbin/uhsoctl/ |
| HD | uhsoctl.c | 220 tmr_add(struct timers *tmrs, int id, int timeout, tmr_cb func, void *arg) in tmr_add() function 299 tmr_add(&timers, 1, 5, tmr_watchdog, ctx); in tmr_watchdog() 733 tmr_add(&timers, 1, 1, tmr_creg, ctx); in at_async_creg() 736 tmr_add(&timers, 1, 30, tmr_creg, ctx); in at_async_creg() 760 tmr_add(&timers, 1, 1, tmr_cgreg, ctx); in at_async_cgreg() 763 tmr_add(&timers, 1, 30, tmr_cgreg, ctx); in at_async_cgreg() 836 tmr_add(&timers, 1, 15, tmr_status, ctx); in at_async_csq() 1254 tmr_add(&timers, 1, 5, tmr_status, ctx); in do_connect() 1465 tmr_add(&timers, 1, 5, &tmr_watchdog, &ctx); in main()
|
| /freebsd-14-stable/sys/contrib/ncsw/Peripherals/FM/Rtc/ |
| HD | fman_rtc.c | 87 return ioread32be(®s->tmr_add); in fman_rtc_get_frequency_compensation() 92 iowrite32be(val, ®s->tmr_add); in fman_rtc_set_frequency_compensation()
|
| /freebsd-14-stable/sys/contrib/ncsw/inc/flib/ |
| HD | fsl_fman_rtc.h | 140 uint32_t tmr_add; /* 0x00a0 timer drift compensation addend register */ member
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/ptp/ |
| HD | ptp-qoriq.txt | 38 tmr_add = ceil(2^32 / FreqDivRatio)
|