Searched refs:_size_ (Results 1 – 5 of 5) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/include/ |
| H A D | hal_cache.h | 245 #define HAL_DCACHE_FLUSH( _base_ , _size_ ) \ argument 246 HAL_DCACHE_INVALIDATE(_base_, _size_) 249 #define HAL_DCACHE_INVALIDATE( _base_ , _size_ ) \ argument 252 U32 end = (U32)_base_ + (U32)_size_; \ 260 #define HAL_DCACHE_STORE( _base_ , _size_ ) argument
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/ |
| H A D | drvHostLib_2.h | 992 #define MY_HAL_DCACHE_FLUSH( _base_ , _size_ ) \ 994 U32 size_once = _size_, base_once = _base_; \ 1018 #define MY_HAL_DCACHE_FLUSH( _base_ , _size_ ) \ argument 1020 U32 size_once = _size_, base_once = _base_; \
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/ |
| H A D | drvHostLib_4.h | 992 #define MY_HAL_DCACHE_FLUSH( _base_ , _size_ ) \ 994 U32 size_once = _size_, base_once = _base_; \ 1018 #define MY_HAL_DCACHE_FLUSH( _base_ , _size_ ) \ argument 1020 U32 size_once = _size_, base_once = _base_; \
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/ |
| H A D | drvHostLib.h | 1003 #define MY_HAL_DCACHE_FLUSH( _base_ , _size_ ) \ 1005 U32 size_once = _size_, base_once = _base_; \ 1029 #define MY_HAL_DCACHE_FLUSH( _base_ , _size_ ) \ argument 1031 U32 size_once = _size_, base_once = _base_; \
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/ |
| H A D | drvHostLib_3.h | 992 #define MY_HAL_DCACHE_FLUSH( _base_ , _size_ ) \ 994 U32 size_once = _size_, base_once = _base_; \ 1018 #define MY_HAL_DCACHE_FLUSH( _base_ , _size_ ) \ argument 1020 U32 size_once = _size_, base_once = _base_; \
|