Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/ldm/hal/M7621/ldma/
H A DhalLDMA.h154 MS_BOOL HAL_LDMA_EnableCS(MS_U8 u8Channel, MS_BOOL bEnable);
H A DhalLDMA.c269 MS_BOOL HAL_LDMA_EnableCS(MS_U8 u8Channel, MS_BOOL bEnable) in HAL_LDMA_EnableCS() function
/utopia/UTPA2-700.0.x/modules/ldm/hal/M7821/ldma/
H A DhalLDMA.h154 MS_BOOL HAL_LDMA_EnableCS(MS_U8 u8Channel, MS_BOOL bEnable);
H A DhalLDMA.c269 MS_BOOL HAL_LDMA_EnableCS(MS_U8 u8Channel, MS_BOOL bEnable) in HAL_LDMA_EnableCS() function
/utopia/UTPA2-700.0.x/modules/ldm/hal/maserati/ldma/
H A DhalLDMA.h154 MS_BOOL HAL_LDMA_EnableCS(MS_U8 u8Channel, MS_BOOL bEnable);
H A DhalLDMA.c269 MS_BOOL HAL_LDMA_EnableCS(MS_U8 u8Channel, MS_BOOL bEnable) in HAL_LDMA_EnableCS() function
/utopia/UTPA2-700.0.x/modules/ldm/hal/maxim/ldma/
H A DhalLDMA.h154 MS_BOOL HAL_LDMA_EnableCS(MS_U8 u8Channel, MS_BOOL bEnable);
H A DhalLDMA.c269 MS_BOOL HAL_LDMA_EnableCS(MS_U8 u8Channel, MS_BOOL bEnable) in HAL_LDMA_EnableCS() function
/utopia/UTPA2-700.0.x/modules/ldm/drv/ldma/
H A DdrvLDMA.c168 return HAL_LDMA_EnableCS(u8HWNum, bEnable); in MDrv_LDMA_EnableCS()