Searched refs:LSU_DC (Results 1 – 4 of 4) sorted by relevance
70 #define LSU_DC 0x00000000002 /* dcache enable */ macro
77 btst LSU_DC, tmp1 ;\
56 btst LSU_DC, tmp1 /* is dcache enabled? */ ;\143 btst LSU_DC, tmp1; /* is dcache enabled? */ \168 btst LSU_DC, tmp; /* is dcache enabled? */ \
449 cache_boot_state = get_lsu() & (LSU_IC | LSU_DC); in cpu_setup()