Searched refs:count_val (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/dsa/hirschmann/
H A Dhellcreek_ptp.c183 u32 count_val; local
204 /* 'count_val' does not exceed the maximum register size (2^30) */
205 count_val = div_s64(delta, MAX_NS_PER_STEP);
207 counth = (count_val & 0xffff0000) >> 16;
208 countl = count_val & 0xffff;

Completed in 211 milliseconds