Lines Matching defs:cluster
138 * exynos_cluster_power_down : power down the specified cluster
139 * @cluster : the cluster to power down
141 void exynos_cluster_power_down(int cluster)
143 pmu_raw_writel(0, EXYNOS_COMMON_CONFIGURATION(cluster));
147 * exynos_cluster_power_up : power up the specified cluster
148 * @cluster : the cluster to power up
150 void exynos_cluster_power_up(int cluster)
153 EXYNOS_COMMON_CONFIGURATION(cluster));
157 * exynos_cluster_power_state : returns the power state of the cluster
158 * @cluster : the cluster to retrieve the power state from
161 int exynos_cluster_power_state(int cluster)
163 return (pmu_raw_readl(EXYNOS_COMMON_STATUS(cluster)) &