Lines Matching defs:clkcache
2322 struct clk_cache *clkcache = &asihpi->cc;
2325 uinfo->value.enumerated.items = clkcache->count;
2332 clkcache->s[uinfo->value.enumerated.item].name);
2341 struct clk_cache *clkcache = &asihpi->cc;
2354 for (i = 0; i < clkcache->count; i++)
2355 if ((clkcache->s[i].source == source) &&
2356 (clkcache->s[i].index == srcindex))
2369 struct clk_cache *clkcache = &asihpi->cc;
2376 if (item >= clkcache->count)
2377 item = clkcache->count-1;
2380 h_control, clkcache->s[item].source));
2382 if (clkcache->s[item].source == HPI_SAMPLECLOCK_SOURCE_AESEBU_INPUT)
2384 h_control, clkcache->s[item].index));
2467 struct clk_cache *clkcache;
2476 clkcache = &asihpi->cc;
2479 clkcache->has_local = 0;
2485 clkcache->s[i].source = source;
2486 clkcache->s[i].index = 0;
2487 clkcache->s[i].name = sampleclock_sources[source];
2491 clkcache->has_local = 1;
2500 clkcache->s[i].source =
2502 clkcache->s[i].index = j;
2503 clkcache->s[i].name = sampleclock_sources[
2507 clkcache->count = i;
2518 if (clkcache->has_local) {