Searched refs:nsec_low (Results 1 – 2 of 2) sorted by relevance
37 static unsigned long nsec_low(unsigned long long nsec) in nsec_low() function45 #define SPLIT_NS(x) nsec_high(x), nsec_low(x)
2572 u32 sec_low, sec_high, nsec_low, nsec_high; in lan8814_ptp_clock_set() local2576 nsec_low = nano_seconds & 0xffff; in lan8814_ptp_clock_set()2581 lanphy_write_page_reg(phydev, 4, PTP_CLOCK_SET_NS_LO, nsec_low); in lan8814_ptp_clock_set()