Fix bit assignment in PL310_POWER_CTRL
Align to ARM specification: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0246f/BEIEHICF.html Submitted by: Marcin Wojtas <mw@semihalf.com> Obtained from: Semihalf Sponsored by: Stormshield Reviewed by: meloun-miracle-cz Differential revision: https://reviews.freebsd.org/D10223
This commit is contained in:
parent
3d9dcb4574
commit
803b7f053e
@ -134,8 +134,8 @@
|
||||
#define PREFETCH_CTRL_INSTR_PREFETCH (1 << 29)
|
||||
#define PREFETCH_CTRL_DL (1 << 30)
|
||||
#define PL310_POWER_CTRL 0xF80
|
||||
#define POWER_CTRL_ENABLE_GATING (1 << 0)
|
||||
#define POWER_CTRL_ENABLE_STANDBY (1 << 1)
|
||||
#define POWER_CTRL_ENABLE_GATING (1 << 1)
|
||||
#define POWER_CTRL_ENABLE_STANDBY (1 << 0)
|
||||
|
||||
struct intr_config_hook;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user