Home
last modified time | relevance | path

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

/arch/arm/kernel/
Dsetup.c321 unsigned int cachetype = read_cpuid_cachetype(); in cacheid_init() local
323 if ((arch == CPU_ARCH_ARMv7M) && !(cachetype & 0xf000f)) { in cacheid_init()
325 } else if ((cachetype & (7 << 29)) == 4 << 29) { in cacheid_init()
329 switch (cachetype & (3 << 14)) { in cacheid_init()
339 if (cachetype & (1 << 23)) in cacheid_init()