Lines Matching defs:estf
64 struct am65_genf_regs estf[AM65_CPTS_ESTF_MAX_NUM];
482 am65_cpts_write32(cpts, estf_ctrl_val, estf[i].control);
483 am65_cpts_write32(cpts, estf_ppm_hi, estf[i].ppm_hi);
484 am65_cpts_write32(cpts, estf_ppm_low, estf[i].ppm_low);
599 am65_cpts_write32(cpts, 0, estf[idx].length);
602 am65_cpts_write32(cpts, val, estf[idx].comp_hi);
604 am65_cpts_write32(cpts, val, estf[idx].comp_lo);
606 am65_cpts_write32(cpts, val, estf[idx].length);
607 am65_cpts_write32(cpts, 0, estf[idx].control);
608 am65_cpts_write32(cpts, 0, estf[idx].ppm_hi);
609 am65_cpts_write32(cpts, 0, estf[idx].ppm_low);
621 am65_cpts_write32(cpts, 0, estf[idx].length);
1198 memcpy_fromio(&cpts->sr_estf, &cpts->reg->estf, sizeof(cpts->sr_estf));
1236 am65_cpts_write32(cpts, 0, estf[i].length); /* TRM sequence */
1237 am65_cpts_write32(cpts, cpts->sr_estf[i].comp_hi, estf[i].comp_hi);
1238 am65_cpts_write32(cpts, cpts->sr_estf[i].comp_lo, estf[i].comp_lo);
1239 am65_cpts_write32(cpts, cpts->sr_estf[i].length, estf[i].length);
1240 am65_cpts_write32(cpts, cpts->sr_estf[i].control, estf[i].control);
1241 am65_cpts_write32(cpts, cpts->sr_estf[i].ppm_hi, estf[i].ppm_hi);
1242 am65_cpts_write32(cpts, cpts->sr_estf[i].ppm_low, estf[i].ppm_low);