Home
last modified time | relevance | path

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

/arch/parisc/kernel/
Dcache.c167 *(unsigned long *) (&cache_info.ic_conf), in parisc_cache_init()
168 cache_info.ic_conf.cc_alias, in parisc_cache_init()
169 cache_info.ic_conf.cc_block, in parisc_cache_init()
170 cache_info.ic_conf.cc_line, in parisc_cache_init()
171 cache_info.ic_conf.cc_shift); in parisc_cache_init()
173 cache_info.ic_conf.cc_wt, in parisc_cache_init()
174 cache_info.ic_conf.cc_sh, in parisc_cache_init()
175 cache_info.ic_conf.cc_cst, in parisc_cache_init()
176 cache_info.ic_conf.cc_hv); in parisc_cache_init()
210 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