Home
last modified time | relevance | path

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

/linux-4.4.14/arch/metag/kernel/
Dcachepart.c46 unsigned int cpart = metag_in32(SYSC_DCPART(hard_processor_id())); in get_global_dcache_size() local
47 unsigned int temp = cpart & SYSC_xCPARTG_AND_BITS; in get_global_dcache_size()
53 unsigned int cpart = metag_in32(SYSC_ICPART(hard_processor_id())); in get_global_icache_size() local
54 unsigned int temp = cpart & SYSC_xCPARTG_AND_BITS; in get_global_icache_size()