RTEMS 6.1-rc2
|
Driver version | |
#define | FSL_CACHE_DRIVER_VERSION (MAKE_VERSION(2, 0, 6)) |
cache driver version. | |
#define | L1CODEBUSCACHE_LINESIZE_BYTE FSL_FEATURE_L1ICACHE_LINESIZE_BYTE |
code bus cache line size is equal to system bus line size, so the unified I/D cache line size equals too. | |
#define | L1SYSTEMBUSCACHE_LINESIZE_BYTE L1CODEBUSCACHE_LINESIZE_BYTE |
#define L1CODEBUSCACHE_LINESIZE_BYTE FSL_FEATURE_L1ICACHE_LINESIZE_BYTE |
code bus cache line size is equal to system bus line size, so the unified I/D cache line size equals too.
The code bus CACHE line size is 16B = 128b.
#define L1SYSTEMBUSCACHE_LINESIZE_BYTE L1CODEBUSCACHE_LINESIZE_BYTE |
The system bus CACHE line size is 16B = 128b.