mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-21 14:23:01 +00:00
assigning already existing flag with name for HID3
Signed-off-by: a-ramses <abdicheramzi@gmail.com>
This commit is contained in:
parent
d649c8803f
commit
b78a3a20d6
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
static void init_common_everest(void)
|
||||
{
|
||||
reg_set(SYS_IMP_APL_HID12, BIT(46));
|
||||
reg_set(SYS_IMP_APL_HID3, BIT(63));
|
||||
reg_set(SYS_IMP_APL_HID3, HID3_DEV_PCIE_THROTTLE_ENABLE);
|
||||
reg_mask(SYS_IMP_APL_HID3, GENMASK(ULONG(62), ULONG(56)), BIT(60) | BIT(59) | BIT(58));
|
||||
reg_clr(SYS_IMP_APL_HID3, BIT(4));
|
||||
reg_set(SYS_IMP_APL_HID9, BIT(17));
|
||||
|
@ -43,4 +43,4 @@ void init_t6031_everest(int rev)
|
|||
msr(s3_4_c15_c14_6, 0x3uL);
|
||||
init_common_everest();
|
||||
reg_set(SYS_IMP_APL_HID4, HID4_ENABLE_LFSR_STALL_LOAD_PIPE2_ISSUE);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue