Searched refs:L2C_CFG_ICU (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()180 case L2C_CFG_ICU: s = "I-Cache only"; break; in ibm440gx_show_cpuinfo()
380 #define L2C_CFG_ICU 0x40000000 macro