Searched refs:CCA (Results 1 – 5 of 5) sorted by relevance
60 // Use CCA Override disable the L2 cache or initialize the L261 // and L3 caches if CCA override is not available.66 // the l2 CCA override is not present and the L2 will have to be initialized71 // Diaable the L2 cache using CCA override by writting a 0x50 to72 // the GCR Base register. 0x50 enables the CCA override bit and sets73 // the CCA to uncached.76 li a3, 0x50 // Enable CCA and set to uncached81 // of the CCA override took. If it did skip the L2 and L387 bnez a0, done_l23 // Skip uncached execution if CCA91 // If the code gets here the CCA override is not available so[all …]
133 // Use CCA Override disable the L2 cache136 // Disable the L2 cache using CCA override by writing a 0x50 to137 // the GCR Base register. 0x50 enables the CCA override bit and sets138 // the CCA to uncached.141 li a3, 0x50 // Enable CCA and set to uncached228 // disable CCA Override to enable L2 cache230 ins a0, zero, 0, 8 // CCA Override disabled240 // Set CCA for kseg0 to cacheable243 li v1, 3 // CCA for non coherent core244 li v1, 5 // CCA for coherent cores
145 #define CCA 15 macro
220 // and the L2$ has been initialized or "disabled" via CCA override.