Home
last modified time | relevance | path

Searched refs:HAL_DCACHE_SIZE (Results 1 – 25 of 26) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/include/
H A Dhal_cache.h143 #ifndef HAL_DCACHE_SIZE
147 #define HAL_DCACHE_SIZE 32768 // Size of data cache in bytes macro
155 #define HAL_DCACHE_SIZE 4096 // Size of data cache in bytes macro
166 #define HAL_DCACHE_SETS (HAL_DCACHE_SIZE/(HAL_DCACHE_LINE_SIZE*HAL_DCACHE_WAYS))
201 addr = HAL_DCACHE_SIZE; \
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/
H A DdrvHostLib_2.h996 end = base_once + ((size_once < HAL_DCACHE_SIZE) ? \
997 size_once : HAL_DCACHE_SIZE); \
1022 end = base_once + ((size_once < HAL_DCACHE_SIZE) ? \
1023 size_once : HAL_DCACHE_SIZE); \
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/
H A DdrvHostLib_4.h996 end = base_once + ((size_once < HAL_DCACHE_SIZE) ? \
997 size_once : HAL_DCACHE_SIZE); \
1022 end = base_once + ((size_once < HAL_DCACHE_SIZE) ? \
1023 size_once : HAL_DCACHE_SIZE); \
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/
H A DdrvHostLib.h1007 end = base_once + ((size_once < HAL_DCACHE_SIZE) ? \
1008 size_once : HAL_DCACHE_SIZE); \
1033 end = base_once + ((size_once < HAL_DCACHE_SIZE) ? \
1034 size_once : HAL_DCACHE_SIZE); \
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/
H A DdrvHostLib_3.h996 end = base_once + ((size_once < HAL_DCACHE_SIZE) ? \
997 size_once : HAL_DCACHE_SIZE); \
1022 end = base_once + ((size_once < HAL_DCACHE_SIZE) ? \
1023 size_once : HAL_DCACHE_SIZE); \
/utopia/UTPA2-700.0.x/modules/audio/hal/k6lite/audio/
H A DsndR2_proj.h43 #define HAL_DCACHE_SIZE 16384 macro
H A DdecR2_proj.h116 #define HAL_DCACHE_SIZE 8192 macro
/utopia/UTPA2-700.0.x/modules/audio/hal/mustang/audio/
H A DsndR2_proj.h44 #define HAL_DCACHE_SIZE 8192 macro
H A DdecR2_proj.h99 #define HAL_DCACHE_SIZE 8192 macro
/utopia/UTPA2-700.0.x/modules/audio/hal/macan/audio/
H A DsndR2_proj.h44 #define HAL_DCACHE_SIZE 8192 macro
H A DdecR2_proj.h99 #define HAL_DCACHE_SIZE 8192 macro
/utopia/UTPA2-700.0.x/modules/audio/hal/M7621/audio/
H A DsndR2_proj.h44 #define HAL_DCACHE_SIZE 16384 macro
H A DdecR2_proj.h99 #define HAL_DCACHE_SIZE 32768 macro
/utopia/UTPA2-700.0.x/modules/audio/hal/maxim/audio/
H A DsndR2_proj.h44 #define HAL_DCACHE_SIZE 16384 macro
H A DdecR2_proj.h99 #define HAL_DCACHE_SIZE 32768 macro
/utopia/UTPA2-700.0.x/modules/audio/hal/curry/audio/
H A DsndR2_proj.h44 #define HAL_DCACHE_SIZE 8192 macro
/utopia/UTPA2-700.0.x/modules/audio/hal/k6/audio/
H A DsndR2_proj.h44 #define HAL_DCACHE_SIZE 16384 macro
H A DdecR2_proj.h133 #define HAL_DCACHE_SIZE 32768 macro
/utopia/UTPA2-700.0.x/modules/audio/hal/kano/audio/
H A DsndR2_proj.h44 #define HAL_DCACHE_SIZE 8192 macro
H A DdecR2_proj.h133 #define HAL_DCACHE_SIZE 8192 macro
/utopia/UTPA2-700.0.x/modules/audio/hal/manhattan/audio/
H A DdecR2_proj.h73 #define HAL_DCACHE_SIZE 8192 macro
/utopia/UTPA2-700.0.x/modules/audio/hal/maldives/audio/
H A DdecR2_proj.h96 #define HAL_DCACHE_SIZE 8192 macro
/utopia/UTPA2-700.0.x/modules/audio/hal/mooney/audio/
H A DdecR2_proj.h96 #define HAL_DCACHE_SIZE 8192 macro
/utopia/UTPA2-700.0.x/modules/audio/hal/maserati/audio/
H A DdecR2_proj.h102 #define HAL_DCACHE_SIZE 8192 macro
/utopia/UTPA2-700.0.x/modules/audio/hal/M7821/audio/
H A DdecR2_proj.h98 #define HAL_DCACHE_SIZE 8192 macro

12