Searched refs:l1_line_sz (Results 1 – 2 of 2) sorted by relevance
169 #define CACHE_LINE_MASK (~(gd->arch.l1_line_sz - 1))451 gd->arch.l1_line_sz = dc_line_sz = 16 << dbcr.fields.line_len; in read_decode_cache_bcr()573 num_lines = DIV_ROUND_UP(sz, gd->arch.l1_line_sz); in __dcache_line_loop()580 paddr += gd->arch.l1_line_sz; in __dcache_line_loop()
14 int l1_line_sz; member