Lines Matching defs:on
88 static uint32_t target_mask(int cluster, int cpu_idx, bool on)
92 if (on) {
109 void mcdi_pause_clr(int cluster, int cpu_idx, bool on)
111 uint32_t tgt = target_mask(cluster, cpu_idx, on);
118 void mcdi_pause_set(int cluster, int cpu_idx, bool on)
120 uint32_t tgt = target_mask(cluster, cpu_idx, on);
122 uint32_t tgtn = target_mask(-1, cpu_idx, !on);
124 /* request on and off at the same time to ensure it can be paused */
155 void mcdi_hotplug_wait_ack(int cluster, int cpu_idx, bool on)
157 uint32_t tgt = target_mask(cluster, cpu_idx, on);
165 void mcdi_hotplug_clr(int cluster, int cpu_idx, bool on)
167 uint32_t tgt = target_mask(cluster, cpu_idx, on);
168 uint32_t tgt_cpu = target_mask(-1, cpu_idx, on);
183 void mcdi_hotplug_set(int cluster, int cpu_idx, bool on)
185 uint32_t tgt = target_mask(cluster, cpu_idx, on);
186 uint32_t tgt_cpu = target_mask(-1, cpu_idx, on);
258 mcdi_avail_cpu_mask_write(0x01); /* cpu0 default on */