Searched refs:l1_line_sz (Results 1 – 2 of 2) sorted by relevance
14 int l1_line_sz; member
172 #define CACHE_LINE_MASK (~(gd->arch.l1_line_sz - 1))556 gd->arch.l1_line_sz = dc_line_sz = 16 << dbcr.fields.line_len; in read_decode_cache_bcr()676 num_lines = DIV_ROUND_UP(sz, gd->arch.l1_line_sz); in __dcache_line_loop()683 paddr += gd->arch.l1_line_sz; in __dcache_line_loop()
Completed in 5 milliseconds