aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/falcon.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/sfc/falcon.c')
-rw-r--r--drivers/net/sfc/falcon.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/sfc/falcon.c b/drivers/net/sfc/falcon.c
index 271cbf8980ad..1d160daf83bb 100644
--- a/drivers/net/sfc/falcon.c
+++ b/drivers/net/sfc/falcon.c
@@ -2870,15 +2870,6 @@ int falcon_init_nic(struct efx_nic *efx)
2870 unsigned thresh; 2870 unsigned thresh;
2871 int rc; 2871 int rc;
2872 2872
2873 /* Set up the address region register. This is only needed
2874 * for the B0 FPGA, but since we are just pushing in the
2875 * reset defaults this may as well be unconditional. */
2876 EFX_POPULATE_OWORD_4(temp, ADR_REGION0, 0,
2877 ADR_REGION1, (1 << 16),
2878 ADR_REGION2, (2 << 16),
2879 ADR_REGION3, (3 << 16));
2880 falcon_write(efx, &temp, ADR_REGION_REG_KER);
2881
2882 /* Use on-chip SRAM */ 2873 /* Use on-chip SRAM */
2883 falcon_read(efx, &temp, NIC_STAT_REG); 2874 falcon_read(efx, &temp, NIC_STAT_REG);
2884 EFX_SET_OWORD_FIELD(temp, ONCHIP_SRAM, 1); 2875 EFX_SET_OWORD_FIELD(temp, ONCHIP_SRAM, 1);