Home
last modified time | relevance | path

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

/u-boot/arch/arc/lib/
A Dcache.c220 union bcr_di_cache dbcr; in dcache_exists() local
222 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() local
555 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()
/u-boot/include/linux/
A Dimmap_qe.h536 u32 dbcr; member

Completed in 17 milliseconds