Commit 3eb4afbf authored by Vipul Pandya's avatar Vipul Pandya Committed by David S. Miller

cxgb4: Fix incorrect values for MEMWIN*_APERTURE and MEMWIN*_BASE

Signed-off-by: default avatarJay Hernandez <jay@chelsio.com>
Signed-off-by: default avatarVipul Pandya <vipul@chelsio.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 842b08bb
...@@ -67,12 +67,12 @@ enum { ...@@ -67,12 +67,12 @@ enum {
}; };
enum { enum {
MEMWIN0_APERTURE = 65536, MEMWIN0_APERTURE = 2048,
MEMWIN0_BASE = 0x30000, MEMWIN0_BASE = 0x1b800,
MEMWIN1_APERTURE = 32768, MEMWIN1_APERTURE = 32768,
MEMWIN1_BASE = 0x28000, MEMWIN1_BASE = 0x28000,
MEMWIN2_APERTURE = 2048, MEMWIN2_APERTURE = 65536,
MEMWIN2_BASE = 0x1b800, MEMWIN2_BASE = 0x30000,
}; };
enum dev_master { enum dev_master {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment