Searched refs:hw_get_ptp_ts (Results 1 – 3 of 3) sorted by relevance
325 aq_nic->aq_hw_ops->hw_get_ptp_ts(aq_nic->aq_hw, &ns); in aq_ptp_gettime()350 aq_nic->aq_hw_ops->hw_get_ptp_ts(aq_nic->aq_hw, &now); in aq_ptp_settime()439 aq_nic->aq_hw_ops->hw_get_ptp_ts(aq_nic->aq_hw, &start); in aq_ptp_pps_pin_configure()1175 if (!aq_nic->aq_hw_ops->hw_get_ptp_ts) { in aq_ptp_init()
314 void (*hw_get_ptp_ts)(struct aq_hw_s *self, u64 *stamp); member
1700 .hw_get_ptp_ts = hw_atl_b0_get_ptp_ts,