Go to the documentation of this file.
23 #ifndef __FSL_85XX_CACHE_CTLR_H__
24 #define __FSL_85XX_CACHE_CTLR_H__
26 #define L2CR_L2FI 0x40000000
27 #define L2CR_L2IO 0x00200000
28 #define L2CR_SRAM_ZERO 0x00000000
29 #define L2CR_SRAM_FULL 0x00010000
30 #define L2CR_SRAM_HALF 0x00020000
31 #define L2CR_SRAM_TWO_HALFS 0x00030000
32 #define L2CR_SRAM_QUART 0x00040000
33 #define L2CR_SRAM_TWO_QUARTS 0x00050000
34 #define L2CR_SRAM_EIGHTH 0x00060000
35 #define L2CR_SRAM_TWO_EIGHTH 0x00070000
37 #define L2SRAM_OPTIMAL_SZ_SHIFT 0x00000003
39 #define L2SRAM_BAR_MSK_LO18 0xFFFFC000
40 #define L2SRAM_BARE_MSK_HI4 0x0000000F