PMU register support for cpufreq driver.

Change-Id: I11462d25ef83867ddf2e643798d1e3d0257f7f33
This commit is contained in:
TOIDA,Suguru
2020-02-21 16:05:46 +09:00
committed by Masamichi Takagi
parent b3b8283f87
commit cec6f24559
2 changed files with 3 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
#define IMP_PF_INJECTION_DISTANCE5_EL0 sys_reg(3, 3, 11, 7, 5)
#define IMP_PF_INJECTION_DISTANCE6_EL0 sys_reg(3, 3, 11, 7, 6)
#define IMP_PF_INJECTION_DISTANCE7_EL0 sys_reg(3, 3, 11, 7, 7)
#define IMP_PF_PMUSERENR_EL0 sys_reg(3, 3, 9, 14, 0)
#define IMP_BARRIER_CTRL_EL1 sys_reg(3, 0, 11, 12, 0)
#define IMP_BARRIER_BST_BIT_EL1 sys_reg(3, 0, 11, 12, 4)
#define IMP_BARRIER_INIT_SYNC_BB0_EL1 sys_reg(3, 0, 15, 13, 0)