Home
last modified time | relevance | path

Searched refs:count_val (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/dsa/hirschmann/
A Dhellcreek_ptp.c177 u32 count_val; in hellcreek_ptp_adjtime() local
199 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()

Completed in 3 milliseconds