Home
last modified time | relevance | path

Searched refs:_state_ (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/include/
H A Dhal_cache.h218 #define HAL_DCACHE_IS_ENABLED(_state_) \ argument
220 (_state_) = (1 - !(MFSPR(SPR_SR) & SPR_SR_DCE)); \
311 #define HAL_ICACHE_IS_ENABLED(_state_) \ argument
313 (_state_) = (1 - !(MFSPR(SPR_SR) & SPR_SR_ICE)); \