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