Home
last modified time | relevance | path

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

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