Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/sched/
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)
/linux-6.3-rc2/drivers/net/phy/
A Dmicrel.c2485 u32 sec_low, sec_high, nsec_low, nsec_high; in lan8814_ptp_clock_set() local
2489 nsec_low = nano_seconds & 0xffff; in lan8814_ptp_clock_set()
2494 lanphy_write_page_reg(phydev, 4, PTP_CLOCK_SET_NS_LO, nsec_low); in lan8814_ptp_clock_set()

Completed in 13 milliseconds