Home
last modified time | relevance | path

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

/bsp/rockchip/common/rk_hal/lib/hal/src/pm/
A Dhal_pm_cpu.c46 uint8_t runtimeType, typeOffset; in HAL_PM_RuntimeRequest() local
50 runtimeType = PM_RUNTIME_ID_TO_TYPE(runtimeId); in HAL_PM_RuntimeRequest()
52 HAL_ASSERT(runtimeType < PM_RUNTIME_TYPE_END); in HAL_PM_RuntimeRequest()
55 runtimeStatus.bits[runtimeType] |= HAL_BIT(typeOffset); in HAL_PM_RuntimeRequest()
67 uint8_t runtimeType, typeOffset; in HAL_PM_RuntimeRelease() local
71 runtimeType = PM_RUNTIME_ID_TO_TYPE(runtimeId); in HAL_PM_RuntimeRelease()
74 HAL_ASSERT(runtimeType < PM_RUNTIME_TYPE_END); in HAL_PM_RuntimeRelease()
77 runtimeStatus.bits[runtimeType] &= ~HAL_BIT(typeOffset); in HAL_PM_RuntimeRelease()

Completed in 3 milliseconds