Searched refs:count_val (Results 1 – 1 of 1) sorted by relevance
183 u32 count_val; in hellcreek_ptp_adjtime() local205 count_val = div_s64(delta, MAX_NS_PER_STEP); in hellcreek_ptp_adjtime()207 counth = (count_val & 0xffff0000) >> 16; in hellcreek_ptp_adjtime()208 countl = count_val & 0xffff; in hellcreek_ptp_adjtime()