Searched full:tmr_add (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/uhsoctl/ |
H A D | 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() 735 tmr_add(&timers, 1, 1, tmr_creg, ctx); in at_async_creg() 738 tmr_add(&timers, 1, 30, tmr_creg, ctx); in at_async_creg() 762 tmr_add(&timers, 1, 1, tmr_cgreg, ctx); in at_async_cgreg() 765 tmr_add(&timers, 1, 30, tmr_cgreg, ctx); in at_async_cgreg() 838 tmr_add(&timers, 1, 15, tmr_status, ctx); in at_async_csq() 1255 tmr_add(&timers, 1, 5, tmr_status, ctx); in do_connect() 1463 tmr_add(&timers, 1, 5, &tmr_watchdog, &ctx); in main()
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Rtc/ |
H A D | 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()
|
H A D | fm_rtc.c | 222 /* Initialize TMR_ADD with the initial frequency compensation value: in FM_RTC_Init()
|
/freebsd/sys/contrib/device-tree/Bindings/ptp/ |
H A D | ptp-qoriq.txt | 38 tmr_add = ceil(2^32 / FreqDivRatio)
|
H A D | fsl,ptp.yaml | 94 tmr_add = ceil(2^32 / FreqDivRatio)
|
/freebsd/sys/contrib/ncsw/inc/flib/ |
H A D | fsl_fman_rtc.h | 140 uint32_t tmr_add; /* 0x00a0 timer drift compensation addend register */ member
|