Searched refs:seconds64 (Results 1 – 1 of 1) sorted by relevance
8509 uint64 seconds64; local8512 seconds64 = clk / 1000000000UL;8513 ptpTime->seconds = (uint32) seconds64;8514 ptpTime->secondsHi = (uint16) (seconds64 >> 32U);8517 ptpTime->nanoseconds = (uint32) (clk - (uint64) (seconds64 * 1000000000UL));