Lines Matching +full:mips +full:- +full:cpc
1 // SPDX-License-Identifier: GPL-2.0-or-later
4 * Author: Paul Burton <paul.burton@mips.com>
11 #include <asm/mips-cps.h>
20 "0x04", "cpc", "0x06", "0x07"
198 return (cmgcr & MIPS_CMGCRF_BASE) << (36 - 32); in mips_cm_phys_base()
206 * If the L2-only sync region is already enabled then leave it at it's in mips_cm_l2sync_phys_base()
222 /* L2-only sync was introduced with CM major revision 6 */ in mips_cm_probe_l2sync()
256 return -ENODEV; in mips_cm_probe()
260 return -ENXIO; in mips_cm_probe()
269 return -ENODEV; in mips_cm_probe()
285 /* probe for an L2-only sync region */ in mips_cm_probe()
349 * Ensure the core-other region reflects the appropriate core & in mips_cm_lock_other()
433 muc_bit ? "Multi-UC " : "", in mips_cm_error_report()
475 tag_ecc ? (unsigned long)ffs(tag_way_bits) - 1 : in mips_cm_error_report()
525 * cluster - ie. CPUs 0..X will be in cluster 0, CPUs X+1..Y in cluster in mips_cps_first_online_in_cluster()
532 for (i = smp_processor_id() - 1; i >= 0; i--) { in mips_cps_first_online_in_cluster()