Searched refs:dbcr (Results 1 – 2 of 2) sorted by relevance
220 union bcr_di_cache dbcr; in dcache_exists() local222 dbcr.word = read_aux_reg(ARC_BCR_DC_BUILD); in dcache_exists()223 return !!dbcr.fields.ver; in dcache_exists()539 union bcr_di_cache ibcr, dbcr; in read_decode_cache_bcr() local555 dbcr.word = read_aux_reg(ARC_BCR_DC_BUILD); in read_decode_cache_bcr()556 if (dbcr.fields.ver) { in read_decode_cache_bcr()557 gd->arch.l1_line_sz = dc_line_sz = 16 << dbcr.fields.line_len; in read_decode_cache_bcr()
536 u32 dbcr; member
Completed in 17 milliseconds