Searched refs:ui64Lock (Results 1 – 1 of 1) sorted by relevance
150 uint64_t ui64Lock; in am_hal_dcu_lock_status_get() local157 ui32Status = am_hal_dcu_raw_lock_status_get(&ui64Lock); in am_hal_dcu_lock_status_get()158 *pui32Val = get_ui32_dcu_mask(ui64Lock, AM_HAL_DCURAWVAL_MASK); in am_hal_dcu_lock_status_get()203 uint64_t ui64Lock; in am_hal_dcu_lock() local209 ui64Lock = get_raw_dcu_mask(ui32Mask, AM_HAL_DCURAWVAL_MASK); in am_hal_dcu_lock()210 return am_hal_dcu_raw_lock(ui64Lock); in am_hal_dcu_lock()