Searched refs:ts_freq (Results 1 – 1 of 1) sorted by relevance
175 uint32_t ts_freq = (uint32_t)(1 << count1ubit); /* in Mhz */ in fman_enable_time_stamp() local184 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()