Searched refs:dt_scf_period (Results 1 – 2 of 2) sorted by relevance
128 for (i = 0; i < sizeof(dt_scf_period) / sizeof(dt_scf_period[0]); i++) { in siop_common_attach()129 if (sc->clock_period != dt_scf_period[i].clock) in siop_common_attach()131 if (sc->dt_maxsync < dt_scf_period[i].period) in siop_common_attach()132 sc->dt_maxsync = dt_scf_period[i].period; in siop_common_attach()133 if (sc->dt_minsync > dt_scf_period[i].period) in siop_common_attach()134 sc->dt_minsync = dt_scf_period[i].period; in siop_common_attach()446 sizeof(dt_scf_period) / sizeof(dt_scf_period[0]); in siop_ppr_neg()448 if (sc->clock_period != dt_scf_period[i].clock) in siop_ppr_neg()450 if (dt_scf_period[i].period == sync) { in siop_ppr_neg()454 scf = dt_scf_period[i].scf; in siop_ppr_neg()
96 static const struct scf_period dt_scf_period[] = { variable