Lines Matching full:ppm
30 u32 ppm_low; /* PPM Load Low Value 0:31 */
31 u32 ppm_hi; /* PPM Load High Value 32:63 */
59 u32 ts_ppm_low; /* Time Stamp PPM Load Low Value 0:31 */
60 u32 ts_ppm_hi; /* Time Stamp PPM Load High Value 32:63 */
458 /* GenF PPM will do correction using cpts refclk tick which is in am65_cpts_ptp_adjfine()
459 * (cpts->ts_add_val + 1) ns, so GenF length PPM adj period in am65_cpts_ptp_adjfine()
470 * - delay between PPM dir and PPM value changes can cause err due old in am65_cpts_ptp_adjfine()
471 * PPM correction applied in wrong direction in am65_cpts_ptp_adjfine()
472 * - delay between CPTS-clock PPM cfg and GenF PPM cfg can cause err in am65_cpts_ptp_adjfine()
473 * due CPTS-clock PPM working with new cfg while GenF PPM cfg still in am65_cpts_ptp_adjfine()
1271 /* Restore compensation (PPM) */ in am65_cpts_resume()