Lines Matching defs:cluster
136 * exynos_cluster_power_down() - power down the specified cluster
137 * @cluster: the cluster to power down
139 void exynos_cluster_power_down(int cluster)
141 pmu_raw_writel(0, EXYNOS_COMMON_CONFIGURATION(cluster));
145 * exynos_cluster_power_up() - power up the specified cluster
146 * @cluster: the cluster to power up
148 void exynos_cluster_power_up(int cluster)
151 EXYNOS_COMMON_CONFIGURATION(cluster));
155 * exynos_cluster_power_state() - returns the power state of the cluster
156 * @cluster: the cluster to retrieve the power state from
159 int exynos_cluster_power_state(int cluster)
161 return (pmu_raw_readl(EXYNOS_COMMON_STATUS(cluster)) &