Searched refs:sec_h (Results 1 – 1 of 1) sorted by relevance
113 u32 sec_h; in hclge_ptp_get_rx_hwts() local 123 sec_h = readl(hdev->ptp->io_base + HCLGE_PTP_CUR_TIME_SEC_H_REG); in hclge_ptp_get_rx_hwts() 126 ns += (((u64)sec_h) << HCLGE_PTP_SEC_H_OFFSET | sec) * NSEC_PER_SEC; in hclge_ptp_get_rx_hwts()