Home
last modified time | relevance | path

Searched full:tmr_add (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.sbin/uhsoctl/
H A Duhsoctl.c220 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 Dfman_rtc.c87 return ioread32be(&regs->tmr_add); in fman_rtc_get_frequency_compensation()
92 iowrite32be(val, &regs->tmr_add); in fman_rtc_set_frequency_compensation()
H A Dfm_rtc.c222 /* Initialize TMR_ADD with the initial frequency compensation value: in FM_RTC_Init()
/freebsd/sys/contrib/device-tree/Bindings/ptp/
H A Dptp-qoriq.txt38 tmr_add = ceil(2^32 / FreqDivRatio)
H A Dfsl,ptp.yaml94 tmr_add = ceil(2^32 / FreqDivRatio)
/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_rtc.h140 uint32_t tmr_add; /* 0x00a0 timer drift compensation addend register */ member