am65_cpts_read32
am65_cpts_read32(cpts, idver),
cpts->sr_control = am65_cpts_read32(cpts, control);
cpts->sr_int_enable = am65_cpts_read32(cpts, int_enable);
cpts->sr_rftclk_sel = am65_cpts_read32(cpts, rftclk_sel);
cpts->sr_ts_ppm_hi = am65_cpts_read32(cpts, ts_ppm_hi);
cpts->sr_ts_ppm_low = am65_cpts_read32(cpts, ts_ppm_low);
u32 r = am65_cpts_read32(cpts, intstat_raw);
event->timestamp = am65_cpts_read32(cpts, event_0);
event->event1 = am65_cpts_read32(cpts, event_1);
event->event2 = am65_cpts_read32(cpts, event_2);
event->timestamp |= (u64)am65_cpts_read32(cpts, event_3) << 32;
am65_cpts_read32(cpts, ts_push);
ctrl_val = am65_cpts_read32(cpts, control);
estf_ctrl_val = am65_cpts_read32(cpts, genf[pps_index].control);
v = am65_cpts_read32(cpts, control);