Home
last modified time | relevance | path

Searched refs:tmr_cnt_h (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_rtc.h138 uint32_t tmr_cnt_h; /* 0x0098 timer counter high register */ member
325 time |= ((uint64_t)ioread32be(&regs->tmr_cnt_h) << 32); in fman_rtc_get_timer()
338 iowrite32be((uint32_t)(val >> 32), &regs->tmr_cnt_h); in fman_rtc_set_timer()