Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Ddebug.c37 static unsigned long nsec_low(unsigned long long nsec) in nsec_low() function
45 #define SPLIT_NS(x) nsec_high(x), nsec_low(x)
/openbmc/linux/drivers/net/phy/
H A Dmicrel.c2677 u32 sec_low, sec_high, nsec_low, nsec_high; in lan8814_ptp_clock_set() local
2681 nsec_low = nano_seconds & 0xffff; in lan8814_ptp_clock_set()
2686 lanphy_write_page_reg(phydev, 4, PTP_CLOCK_SET_NS_LO, nsec_low); in lan8814_ptp_clock_set()