Searched refs:SYSC_ICPART (Results 1 – 2 of 2) sorted by relevance
16 #define SYSC_ICPART(n) (SYSC_ICPART0 + SYSC_xCPARTn_STRIDE * (n)) macro53 unsigned int cpart = metag_in32(SYSC_ICPART(hard_processor_id())); in get_global_icache_size()79 (metag_in32(SYSC_ICPART(thread_id)) >> offset) & 0xF); in get_thread_cache_size()
44 #define SYSC_ICPART(n) (SYSC_ICPART0 + SYSC_xCPARTn_STRIDE * (n)) macro197 icpart_new = metag_in32(SYSC_ICPART(this_thread)); in setup_smp_cache()198 icpart_old = metag_in32(SYSC_ICPART(thread)); in setup_smp_cache()199 metag_out32(icpart_new, SYSC_ICPART(thread)); in setup_smp_cache()