Lines Matching defs:clkcache
2304 struct clk_cache *clkcache = &asihpi->cc;
2307 uinfo->value.enumerated.items = clkcache->count;
2314 clkcache->s[uinfo->value.enumerated.item].name);
2322 struct clk_cache *clkcache = &asihpi->cc;
2335 for (i = 0; i < clkcache->count; i++)
2336 if ((clkcache->s[i].source == source) &&
2337 (clkcache->s[i].index == srcindex))
2349 struct clk_cache *clkcache = &asihpi->cc;
2356 if (item >= clkcache->count)
2357 item = clkcache->count-1;
2360 h_control, clkcache->s[item].source));
2362 if (clkcache->s[item].source == HPI_SAMPLECLOCK_SOURCE_AESEBU_INPUT)
2364 h_control, clkcache->s[item].index));
2447 struct clk_cache *clkcache;
2456 clkcache = &asihpi->cc;
2459 clkcache->has_local = 0;
2465 clkcache->s[i].source = source;
2466 clkcache->s[i].index = 0;
2467 clkcache->s[i].name = sampleclock_sources[source];
2471 clkcache->has_local = 1;
2480 clkcache->s[i].source =
2482 clkcache->s[i].index = j;
2483 clkcache->s[i].name = sampleclock_sources[
2487 clkcache->count = i;
2498 if (clkcache->has_local) {