Searched refs:cpuon_id (Results 1 – 1 of 1) sorted by relevance
299 uint32_t cpuon_id; in rockchip_soc_cores_pwr_dm_on() local307 cpuon_id = (cluster * PLATFORM_CLUSTER0_CORE_COUNT) + cpu; in rockchip_soc_cores_pwr_dm_on()308 assert(cpuon_id < PLATFORM_CORE_COUNT); in rockchip_soc_cores_pwr_dm_on()309 assert(cpuson_flags[cpuon_id] == 0); in rockchip_soc_cores_pwr_dm_on()310 cpuson_flags[cpuon_id] = PMU_CPU_HOTPLUG; in rockchip_soc_cores_pwr_dm_on()311 cpuson_entry_point[cpuon_id] = entrypoint; in rockchip_soc_cores_pwr_dm_on()