Lines Matching refs:offset
101 unsigned int offset; in hisi_ipc_cpu_on_off() local
104 offset = cluster * 16 + cpu * 4; in hisi_ipc_cpu_on_off()
106 offset = cluster * 16 + cpu * 4 + 1; in hisi_ipc_cpu_on_off()
110 val |= (0x01 << offset); in hisi_ipc_cpu_on_off()
133 unsigned int offset; in hisi_ipc_cluster_on_off() local
136 offset = cluster * 4; in hisi_ipc_cluster_on_off()
138 offset = cluster * 4 + 1; in hisi_ipc_cluster_on_off()
142 val |= (0x01 << offset); in hisi_ipc_cluster_on_off()
164 unsigned int offset; in hisi_ipc_cpu_suspend() local
166 offset = cluster * 16 + cpu * 4 + 2; in hisi_ipc_cpu_suspend()
170 val |= (0x01 << offset); in hisi_ipc_cpu_suspend()
180 unsigned int offset; in hisi_ipc_cluster_suspend() local
182 offset = cluster * 4 + 1; in hisi_ipc_cluster_suspend()
187 val |= (0x01 << offset); in hisi_ipc_cluster_suspend()