Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfman_ncsw.c175 uint32_t ts_freq = (uint32_t)(1 << count1ubit); /* in Mhz */ in fman_enable_time_stamp() local
184 intgr = ts_freq / fm_clk_freq; in fman_enable_time_stamp()
189 frac = ((uint64_t)ts_freq << 16) - ((uint64_t)intgr << 16) * fm_clk_freq; in fman_enable_time_stamp()