diff options
author | Evgeny Sorokin <me@ch1p.io> | 2024-12-03 02:32:30 +0300 |
---|---|---|
committer | Evgeny Sorokin <me@ch1p.io> | 2024-12-03 02:32:30 +0300 |
commit | 72a37d8b45d5df0f5ad80b1aa5b909a7e035462f (patch) | |
tree | 56b0c126ed329a0c4997dec1b3c5d0848cf43731 /src/southbridge | |
parent | 06d74d50d06fe338aa00d65a188a5479568bdcdd (diff) |
x230: HT togglex230
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/intel/bd82x6x/pch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/bd82x6x/pch.h b/src/southbridge/intel/bd82x6x/pch.h index 2fb97f0d60..917dc87c1b 100644 --- a/src/southbridge/intel/bd82x6x/pch.h +++ b/src/southbridge/intel/bd82x6x/pch.h @@ -307,6 +307,7 @@ void early_usb_init(void); #define D22IR 0x315c /* 16bit */ #define D20IR 0x3160 /* 16bit */ #define OIC 0x31fe /* 16bit */ +#define SOFT_RESET_LOCK 0x38f0 #define SOFT_RESET_CTRL 0x38f4 #define SOFT_RESET_DATA 0x38f8 |