Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_ptp.c49 u32 timeh1, timeh2, timel; in wx_ptp_readtime() local
53 timel = rd32ptp(wx, WX_TSC_1588_SYSTIML); in wx_ptp_readtime()
59 timel = rd32ptp(wx, WX_TSC_1588_SYSTIML); in wx_ptp_readtime()
62 return (u64)timel | (u64)timeh2 << 32; in wx_ptp_readtime()