Lines Matching refs:estf

64 	struct am65_genf_regs estf[AM65_CPTS_ESTF_MAX_NUM];  member
482 am65_cpts_write32(cpts, estf_ctrl_val, estf[i].control); in am65_cpts_ptp_adjfine()
483 am65_cpts_write32(cpts, estf_ppm_hi, estf[i].ppm_hi); in am65_cpts_ptp_adjfine()
484 am65_cpts_write32(cpts, estf_ppm_low, estf[i].ppm_low); in am65_cpts_ptp_adjfine()
599 am65_cpts_write32(cpts, 0, estf[idx].length); in am65_cpts_estf_enable()
602 am65_cpts_write32(cpts, val, estf[idx].comp_hi); in am65_cpts_estf_enable()
604 am65_cpts_write32(cpts, val, estf[idx].comp_lo); in am65_cpts_estf_enable()
606 am65_cpts_write32(cpts, val, estf[idx].length); in am65_cpts_estf_enable()
607 am65_cpts_write32(cpts, 0, estf[idx].control); in am65_cpts_estf_enable()
608 am65_cpts_write32(cpts, 0, estf[idx].ppm_hi); in am65_cpts_estf_enable()
609 am65_cpts_write32(cpts, 0, estf[idx].ppm_low); in am65_cpts_estf_enable()
621 am65_cpts_write32(cpts, 0, estf[idx].length); in am65_cpts_estf_disable()
1203 memcpy_fromio(&cpts->sr_estf, &cpts->reg->estf, sizeof(cpts->sr_estf)); in am65_cpts_suspend()
1241 am65_cpts_write32(cpts, 0, estf[i].length); /* TRM sequence */ in am65_cpts_resume()
1242 am65_cpts_write32(cpts, cpts->sr_estf[i].comp_hi, estf[i].comp_hi); in am65_cpts_resume()
1243 am65_cpts_write32(cpts, cpts->sr_estf[i].comp_lo, estf[i].comp_lo); in am65_cpts_resume()
1244 am65_cpts_write32(cpts, cpts->sr_estf[i].length, estf[i].length); in am65_cpts_resume()
1245 am65_cpts_write32(cpts, cpts->sr_estf[i].control, estf[i].control); in am65_cpts_resume()
1246 am65_cpts_write32(cpts, cpts->sr_estf[i].ppm_hi, estf[i].ppm_hi); in am65_cpts_resume()
1247 am65_cpts_write32(cpts, cpts->sr_estf[i].ppm_low, estf[i].ppm_low); in am65_cpts_resume()