Lines Matching refs:am65_cpts_read32
202 #define am65_cpts_read32(c, r) readl(&(c)->reg->r) macro
265 u32 r = am65_cpts_read32(cpts, intstat_raw); in am65_cpts_fifo_pop_event()
268 event->timestamp = am65_cpts_read32(cpts, event_0); in am65_cpts_fifo_pop_event()
269 event->event1 = am65_cpts_read32(cpts, event_1); in am65_cpts_fifo_pop_event()
270 event->event2 = am65_cpts_read32(cpts, event_2); in am65_cpts_fifo_pop_event()
271 event->timestamp |= (u64)am65_cpts_read32(cpts, event_3) << 32; in am65_cpts_fifo_pop_event()
389 am65_cpts_read32(cpts, ts_push); in am65_cpts_gettime()
442 ctrl_val = am65_cpts_read32(cpts, control); in am65_cpts_ptp_adjfine()
452 estf_ctrl_val = am65_cpts_read32(cpts, genf[pps_index].control); in am65_cpts_ptp_adjfine()
562 v = am65_cpts_read32(cpts, control); in am65_cpts_extts_enable_hw()
1220 am65_cpts_read32(cpts, idver), in am65_cpts_create()
1236 cpts->sr_control = am65_cpts_read32(cpts, control); in am65_cpts_suspend()
1237 cpts->sr_int_enable = am65_cpts_read32(cpts, int_enable); in am65_cpts_suspend()
1238 cpts->sr_rftclk_sel = am65_cpts_read32(cpts, rftclk_sel); in am65_cpts_suspend()
1239 cpts->sr_ts_ppm_hi = am65_cpts_read32(cpts, ts_ppm_hi); in am65_cpts_suspend()
1240 cpts->sr_ts_ppm_low = am65_cpts_read32(cpts, ts_ppm_low); in am65_cpts_suspend()