Home
last modified time | relevance | path

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

/u-boot/arch/arc/lib/
A Dcache.c203 union bcr_di_cache ibcr; in icache_exists() local
205 ibcr.word = read_aux_reg(ARC_BCR_IC_BUILD); in icache_exists()
206 return !!ibcr.fields.ver; in icache_exists()
538 union bcr_di_cache ibcr, dbcr; in read_decode_cache_bcr() local
547 ibcr.word = read_aux_reg(ARC_BCR_IC_BUILD); in read_decode_cache_bcr()
548 if (ibcr.fields.ver) { in read_decode_cache_bcr()
549 ic_line_sz = 8 << ibcr.fields.line_len; in read_decode_cache_bcr()

Completed in 4 milliseconds