File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -2323,17 +2323,6 @@ static const struct qmp_pcie_offsets qmp_pcie_offsets_v5 = {
2323
2323
.rx2 = 0x1800 ,
2324
2324
};
2325
2325
2326
- static const struct qmp_pcie_offsets qmp_pcie_offsets_v6_20 = {
2327
- .serdes = 0x1000 ,
2328
- .pcs = 0x1200 ,
2329
- .pcs_misc = 0x1400 ,
2330
- .tx = 0x0000 ,
2331
- .rx = 0x0200 ,
2332
- .tx2 = 0x0800 ,
2333
- .rx2 = 0x0a00 ,
2334
- .ln_shrd = 0x0e00 ,
2335
- };
2336
-
2337
2326
static const struct qmp_pcie_offsets qmp_pcie_offsets_v5_20 = {
2338
2327
.serdes = 0x1000 ,
2339
2328
.pcs = 0x1200 ,
@@ -2354,6 +2343,17 @@ static const struct qmp_pcie_offsets qmp_pcie_offsets_v5_30 = {
2354
2343
.rx2 = 0x3a00 ,
2355
2344
};
2356
2345
2346
+ static const struct qmp_pcie_offsets qmp_pcie_offsets_v6_20 = {
2347
+ .serdes = 0x1000 ,
2348
+ .pcs = 0x1200 ,
2349
+ .pcs_misc = 0x1400 ,
2350
+ .tx = 0x0000 ,
2351
+ .rx = 0x0200 ,
2352
+ .tx2 = 0x0800 ,
2353
+ .rx2 = 0x0a00 ,
2354
+ .ln_shrd = 0x0e00 ,
2355
+ };
2356
+
2357
2357
static const struct qmp_phy_cfg ipq8074_pciephy_cfg = {
2358
2358
.lanes = 1 ,
2359
2359
You can’t perform that action at this time.
0 commit comments