Searched refs:rd32ptp (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_ptp.c | 49 timeh1 = rd32ptp(wx, WX_TSC_1588_SYSTIMH); in wx_ptp_readtime() 51 timel = rd32ptp(wx, WX_TSC_1588_SYSTIML); in wx_ptp_readtime() 53 timeh2 = rd32ptp(wx, WX_TSC_1588_SYSTIMH); in wx_ptp_readtime() 57 timel = rd32ptp(wx, WX_TSC_1588_SYSTIML); in wx_ptp_readtime() 140 rd32ptp(wx, WX_TSC_1588_STMPH); in wx_ptp_clear_tx_timestamp() 189 regval |= (u64)rd32ptp(wx, WX_TSC_1588_STMPL); in wx_ptp_tx_hwtstamp() 190 regval |= (u64)rd32ptp(wx, WX_TSC_1588_STMPH) << 32; in wx_ptp_tx_hwtstamp() 212 tsynctxctl = rd32ptp(wx, WX_TSC_1588_CTL); in wx_ptp_tx_hwtstamp_work() 467 int_status = rd32ptp(wx, WX_TSC_1588_INT_ST); in wx_ptp_check_pps_event() 615 regval = rd32ptp(wx, WX_TSC_1588_CTL); in wx_ptp_set_timestamp_mode()
|
| H A D | wx_type.h | 1287 rd32ptp(struct wx *wx, u32 reg) in rd32ptp() function
|