File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
drivers/net/ethernet/meta/fbnic Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ static const struct fbnic_csr_bounds fbnic_csr_sects[] = {
30
30
FBNIC_BOUNDS (RSFEC ),
31
31
FBNIC_BOUNDS (MAC_MAC ),
32
32
FBNIC_BOUNDS (SIG ),
33
+ FBNIC_BOUNDS (PCIE_SS_COMPHY ),
33
34
FBNIC_BOUNDS (PUL_USER ),
34
35
FBNIC_BOUNDS (QUEUE ),
35
36
FBNIC_BOUNDS (RPC_RAM ),
Original file line number Diff line number Diff line change @@ -788,6 +788,11 @@ enum {
788
788
#define FBNIC_MAC_STAT_TX_MULTICAST_H 0x11a4b /* 0x4692c */
789
789
#define FBNIC_MAC_STAT_TX_BROADCAST_L 0x11a4c /* 0x46930 */
790
790
#define FBNIC_MAC_STAT_TX_BROADCAST_H 0x11a4d /* 0x46934 */
791
+
792
+ /* PCIE Comphy Registers */
793
+ #define FBNIC_CSR_START_PCIE_SS_COMPHY 0x2442e /* CSR section delimiter */
794
+ #define FBNIC_CSR_END_PCIE_SS_COMPHY 0x279d7 /* CSR section delimiter */
795
+
791
796
/* PUL User Registers */
792
797
#define FBNIC_CSR_START_PUL_USER 0x31000 /* CSR section delimiter */
793
798
#define FBNIC_PUL_OB_TLP_HDR_AW_CFG 0x3103d /* 0xc40f4 */
You can’t perform that action at this time.
0 commit comments