Lines Matching refs:estf

64 	struct am65_genf_regs estf[AM65_CPTS_ESTF_MAX_NUM];  member
489 am65_cpts_write32(cpts, estf_ctrl_val, estf[i].control); in am65_cpts_ptp_adjfine()
490 am65_cpts_write32(cpts, estf_ppm_hi, estf[i].ppm_hi); in am65_cpts_ptp_adjfine()
491 am65_cpts_write32(cpts, estf_ppm_low, estf[i].ppm_low); in am65_cpts_ptp_adjfine()
606 am65_cpts_write32(cpts, 0, estf[idx].length); in am65_cpts_estf_enable()
609 am65_cpts_write32(cpts, val, estf[idx].comp_hi); in am65_cpts_estf_enable()
611 am65_cpts_write32(cpts, val, estf[idx].comp_lo); in am65_cpts_estf_enable()
613 am65_cpts_write32(cpts, val, estf[idx].length); in am65_cpts_estf_enable()
614 am65_cpts_write32(cpts, 0, estf[idx].control); in am65_cpts_estf_enable()
615 am65_cpts_write32(cpts, 0, estf[idx].ppm_hi); in am65_cpts_estf_enable()
616 am65_cpts_write32(cpts, 0, estf[idx].ppm_low); in am65_cpts_estf_enable()
628 am65_cpts_write32(cpts, 0, estf[idx].length); in am65_cpts_estf_disable()
1250 memcpy_fromio(&cpts->sr_estf, &cpts->reg->estf, sizeof(cpts->sr_estf)); in am65_cpts_suspend()
1288 am65_cpts_write32(cpts, 0, estf[i].length); /* TRM sequence */ in am65_cpts_resume()
1289 am65_cpts_write32(cpts, cpts->sr_estf[i].comp_hi, estf[i].comp_hi); in am65_cpts_resume()
1290 am65_cpts_write32(cpts, cpts->sr_estf[i].comp_lo, estf[i].comp_lo); in am65_cpts_resume()
1291 am65_cpts_write32(cpts, cpts->sr_estf[i].length, estf[i].length); in am65_cpts_resume()
1292 am65_cpts_write32(cpts, cpts->sr_estf[i].control, estf[i].control); in am65_cpts_resume()
1293 am65_cpts_write32(cpts, cpts->sr_estf[i].ppm_hi, estf[i].ppm_hi); in am65_cpts_resume()
1294 am65_cpts_write32(cpts, cpts->sr_estf[i].ppm_low, estf[i].ppm_low); in am65_cpts_resume()