Searched refs:L2C_CFG_DCU (Results 1 – 2 of 2) sorted by relevance
114 r = mfdcr(DCRN_L2C0_CFG) & ~(L2C_CFG_ICU | L2C_CFG_DCU | L2C_CFG_SS_MASK); in ibm440gx_l2c_enable()143 r |= L2C_CFG_ICU | L2C_CFG_DCU | L2C_CFG_TPC | L2C_CFG_CPC | L2C_CFG_FRAN in ibm440gx_l2c_enable()157 r = mfdcr(DCRN_L2C0_CFG) & ~(L2C_CFG_L2M | L2C_CFG_ICU | L2C_CFG_DCU); in ibm440gx_l2c_disable()179 switch (l2c_cfg & (L2C_CFG_ICU | L2C_CFG_DCU)){ in ibm440gx_show_cpuinfo()181 case L2C_CFG_DCU: s = "D-Cache only"; break; in ibm440gx_show_cpuinfo()
381 #define L2C_CFG_DCU 0x20000000 macro