Lines Matching +full:2 +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 */
70 #define AM65_CPTS_CONTROL_TS_COMP_POLARITY BIT(2)
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()
716 rq.perout.start.sec = ts.tv_sec + 2; in am65_cpts_pps_enable()
1097 u32 prop[2]; in am65_cpts_of_parse()
1105 if (!of_property_read_u32_array(node, "ti,pps", prop, 2)) { in am65_cpts_of_parse()
1271 /* Restore compensation (PPM) */ in am65_cpts_resume()