Searched refs:count_val (Results 1 – 1 of 1) sorted by relevance
178 u32 count_val; in hellcreek_ptp_adjtime() local200 count_val = div_s64(delta, MAX_NS_PER_STEP); in hellcreek_ptp_adjtime()202 counth = (count_val & 0xffff0000) >> 16; in hellcreek_ptp_adjtime()203 countl = count_val & 0xffff; in hellcreek_ptp_adjtime()