Lines Matching full: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) in exynos_cluster_power_down() argument
141 pmu_raw_writel(0, EXYNOS_COMMON_CONFIGURATION(cluster)); in exynos_cluster_power_down()
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) in exynos_cluster_power_up() argument
151 EXYNOS_COMMON_CONFIGURATION(cluster)); in exynos_cluster_power_up()
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) in exynos_cluster_power_state() argument
161 return (pmu_raw_readl(EXYNOS_COMMON_STATUS(cluster)) & in exynos_cluster_power_state()