162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef _SPARC64_DCR_H 362306a36Sopenharmony_ci#define _SPARC64_DCR_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci/* UltraSparc-III/III+ Dispatch Control Register, ASR 0x12 */ 662306a36Sopenharmony_ci#define DCR_DPE 0x0000000000001000 /* III+: D$ Parity Error Enable */ 762306a36Sopenharmony_ci#define DCR_OBS 0x0000000000000fc0 /* Observability Bus Controls */ 862306a36Sopenharmony_ci#define DCR_BPE 0x0000000000000020 /* Branch Predict Enable */ 962306a36Sopenharmony_ci#define DCR_RPE 0x0000000000000010 /* Return Address Prediction Enable */ 1062306a36Sopenharmony_ci#define DCR_SI 0x0000000000000008 /* Single Instruction Disable */ 1162306a36Sopenharmony_ci#define DCR_IPE 0x0000000000000004 /* III+: I$ Parity Error Enable */ 1262306a36Sopenharmony_ci#define DCR_IFPOE 0x0000000000000002 /* IRQ FP Operation Enable */ 1362306a36Sopenharmony_ci#define DCR_MS 0x0000000000000001 /* Multi-Scalar dispatch */ 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ci#endif /* _SPARC64_DCR_H */ 16