Lines Matching defs:clkcache
2320 struct clk_cache *clkcache = &asihpi->cc;
2323 uinfo->value.enumerated.items = clkcache->count;
2330 clkcache->s[uinfo->value.enumerated.item].name);
2339 struct clk_cache *clkcache = &asihpi->cc;
2352 for (i = 0; i < clkcache->count; i++)
2353 if ((clkcache->s[i].source == source) &&
2354 (clkcache->s[i].index == srcindex))
2367 struct clk_cache *clkcache = &asihpi->cc;
2374 if (item >= clkcache->count)
2375 item = clkcache->count-1;
2378 h_control, clkcache->s[item].source));
2380 if (clkcache->s[item].source == HPI_SAMPLECLOCK_SOURCE_AESEBU_INPUT)
2382 h_control, clkcache->s[item].index));
2465 struct clk_cache *clkcache;
2474 clkcache = &asihpi->cc;
2477 clkcache->has_local = 0;
2483 clkcache->s[i].source = source;
2484 clkcache->s[i].index = 0;
2485 clkcache->s[i].name = sampleclock_sources[source];
2489 clkcache->has_local = 1;
2498 clkcache->s[i].source =
2500 clkcache->s[i].index = j;
2501 clkcache->s[i].name = sampleclock_sources[
2505 clkcache->count = i;
2516 if (clkcache->has_local) {