Skip to content

Commit

Permalink
assigning already existing flag with name for HID3
Browse files Browse the repository at this point in the history
Signed-off-by: a-ramses <[email protected]>
  • Loading branch information
a-ramses authored and marcan committed Oct 30, 2024
1 parent d649c88 commit b78a3a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chickens_everest.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down Expand Up @@ -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);
}
}

0 comments on commit b78a3a2

Please sign in to comment.