Lines Matching +full:0 +full:x0600
11 #define GCR_BASE 0x0008
12 #define GCR_BASE_UPPER 0x000c
13 #define GCR_REV 0x0030
14 #define GCR_L2_CONFIG 0x0130
15 #define GCR_L2_TAG_ADDR 0x0600
16 #define GCR_L2_TAG_ADDR_UPPER 0x0604
17 #define GCR_L2_TAG_STATE 0x0608
18 #define GCR_L2_TAG_STATE_UPPER 0x060c
19 #define GCR_L2_DATA 0x0610
20 #define GCR_L2_DATA_UPPER 0x0614
21 #define GCR_Cx_COHERENCE 0x2008
24 #define GCR_REV_CM3 0x0800
27 #define GCR_L2_CONFIG_ASSOC_SHIFT 0
36 #define GCR_Cx_COHERENCE_DOM_EN (0xff << 0)
37 #define GCR_Cx_COHERENCE_EN (0x1 << 0)
55 line_sz &= GENMASK(GCR_L2_CONFIG_LINESZ_BITS - 1, 0); in mips_cm_l2_line_size()
56 return line_sz ? (2 << line_sz) : 0; in mips_cm_l2_line_size()