• Home
  • Raw
  • Download

Lines Matching refs:am65_cpts_write32

186 #define am65_cpts_write32(c, v, r) writel(v, &(c)->reg->r)  macro
194 am65_cpts_write32(cpts, val, ts_load_val_hi); in am65_cpts_settime()
196 am65_cpts_write32(cpts, val, ts_load_val_lo); in am65_cpts_settime()
198 am65_cpts_write32(cpts, AM65_CPTS_TS_LOAD_EN, ts_load_en); in am65_cpts_settime()
206 am65_cpts_write32(cpts, cpts->ts_add_val, ts_add_val); in am65_cpts_set_add_val()
211 am65_cpts_write32(cpts, 0, control); in am65_cpts_disable()
212 am65_cpts_write32(cpts, 0, int_enable); in am65_cpts_disable()
257 am65_cpts_write32(cpts, AM65_CPTS_EVENT_POP, event_pop); in am65_cpts_fifo_pop_event()
354 am65_cpts_write32(cpts, 0, int_enable); in am65_cpts_gettime()
359 am65_cpts_write32(cpts, AM65_CPTS_TS_PUSH, ts_push); in am65_cpts_gettime()
366 am65_cpts_write32(cpts, AM65_CPTS_INT_ENABLE_TS_PEND_EN, int_enable); in am65_cpts_gettime()
414 am65_cpts_write32(cpts, val, control); in am65_cpts_ptp_adjfreq()
417 am65_cpts_write32(cpts, val, ts_ppm_hi); in am65_cpts_ptp_adjfreq()
419 am65_cpts_write32(cpts, val, ts_ppm_low); in am65_cpts_ptp_adjfreq()
494 am65_cpts_write32(cpts, v, control); in am65_cpts_extts_enable_hw()
524 am65_cpts_write32(cpts, 0, estf[idx].length); in am65_cpts_estf_enable()
527 am65_cpts_write32(cpts, val, estf[idx].comp_hi); in am65_cpts_estf_enable()
529 am65_cpts_write32(cpts, val, estf[idx].comp_lo); in am65_cpts_estf_enable()
531 am65_cpts_write32(cpts, val, estf[idx].length); in am65_cpts_estf_enable()
541 am65_cpts_write32(cpts, 0, estf[idx].length); in am65_cpts_estf_disable()
566 am65_cpts_write32(cpts, val, genf[req->index].comp_hi); in am65_cpts_perout_enable_hw()
568 am65_cpts_write32(cpts, val, genf[req->index].comp_lo); in am65_cpts_perout_enable_hw()
570 am65_cpts_write32(cpts, val, genf[req->index].length); in am65_cpts_perout_enable_hw()
574 am65_cpts_write32(cpts, 0, genf[req->index].length); in am65_cpts_perout_enable_hw()
745 am65_cpts_write32(cpts, val, control); in am65_cpts_rx_enable()
991 am65_cpts_write32(cpts, AM65_CPTS_CONTROL_EN | in am65_cpts_create()
995 am65_cpts_write32(cpts, AM65_CPTS_INT_ENABLE_TS_PEND_EN, int_enable); in am65_cpts_create()