Home
last modified time | relevance | path

Searched refs:nsec_low (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/kernel/sched/
H A Ddebug.c38 static unsigned long nsec_low(unsigned long long nsec) in nsec_low() function
46 #define SPLIT_NS(x) nsec_high(x), nsec_low(x)
/kernel/linux/linux-6.6/kernel/sched/
H A Ddebug.c38 static unsigned long nsec_low(unsigned long long nsec) in nsec_low() function
46 #define SPLIT_NS(x) nsec_high(x), nsec_low(x)
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dmicrel.c2572 u32 sec_low, sec_high, nsec_low, nsec_high; in lan8814_ptp_clock_set() local
2576 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()

Completed in 10 milliseconds