Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_ptp.c51 timeh1 = rd32ptp(wx, WX_TSC_1588_SYSTIMH); in wx_ptp_readtime()
53 timel = rd32ptp(wx, WX_TSC_1588_SYSTIML); in wx_ptp_readtime()
55 timeh2 = rd32ptp(wx, WX_TSC_1588_SYSTIMH); in wx_ptp_readtime()
59 timel = rd32ptp(wx, WX_TSC_1588_SYSTIML); in wx_ptp_readtime()
142 rd32ptp(wx, WX_TSC_1588_STMPH); in wx_ptp_clear_tx_timestamp()
191 regval |= (u64)rd32ptp(wx, WX_TSC_1588_STMPL); in wx_ptp_tx_hwtstamp()
192 regval |= (u64)rd32ptp(wx, WX_TSC_1588_STMPH) << 32; in wx_ptp_tx_hwtstamp()
214 tsynctxctl = rd32ptp(wx, WX_TSC_1588_CTL); in wx_ptp_tx_hwtstamp_work()
469 int_status = rd32ptp(wx, WX_TSC_1588_INT_ST); in wx_ptp_check_pps_event()
629 regval = rd32ptp(wx, WX_TSC_1588_CTL); in wx_ptp_set_timestamp_mode()
H A Dwx_type.h1448 rd32ptp(struct wx *wx, u32 reg) in rd32ptp() function