From 5d6bde941ea9dbafe394cd81bcaf86fbe5f4eade Mon Sep 17 00:00:00 2001 From: YenHaoChen Date: Wed, 21 Feb 2024 16:03:02 +0800 Subject: Add CSR fields of mtopi --- encoding.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/encoding.h b/encoding.h index 8a7f569..afc4962 100644 --- a/encoding.h +++ b/encoding.h @@ -257,6 +257,9 @@ #define HVICTL_IPRIOM 0x00000100 #define HVICTL_IPRIO 0x000000FF +#define MTOPI_IID 0x0FFF0000 +#define MTOPI_IPRIO 0x000000FF + #define PRV_U 0 #define PRV_S 1 #define PRV_M 3 -- cgit v1.1