Home
last modified time | relevance | path

Searched refs:ic_conf (Results 1 – 2 of 2) sorted by relevance

/arch/parisc/kernel/
Dcache.c176 *(unsigned long *) (&cache_info.ic_conf), in parisc_cache_init()
177 cache_info.ic_conf.cc_alias, in parisc_cache_init()
178 cache_info.ic_conf.cc_block, in parisc_cache_init()
179 cache_info.ic_conf.cc_line, in parisc_cache_init()
180 cache_info.ic_conf.cc_shift); in parisc_cache_init()
182 cache_info.ic_conf.cc_wt, in parisc_cache_init()
183 cache_info.ic_conf.cc_sh, in parisc_cache_init()
184 cache_info.ic_conf.cc_cst, in parisc_cache_init()
185 cache_info.ic_conf.cc_hv); in parisc_cache_init()
219 icache_stride = CAFL_STRIDE(cache_info.ic_conf); in parisc_cache_init()
/arch/parisc/include/asm/
Dpdc.h72 struct pdc_cache_cf ic_conf; /* configuration */ member