From 2a3312cd5e3d905fd3af74e3c71fba76834bbf51 Mon Sep 17 00:00:00 2001 From: Patrik Jakobsson Date: Sat, 5 Sep 2015 14:49:06 +0200 Subject: [PATCH] Oops, missed some renaming of registers Signed-off-by: Patrik Jakobsson --- bcwc_reg.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bcwc_reg.h b/bcwc_reg.h index 3bcf648..1912dd9 100644 --- a/bcwc_reg.h +++ b/bcwc_reg.h @@ -151,11 +151,11 @@ /* On iomem with pointer at 0x0ff0 (Bar 4: 1MB) */ #define ISP_IPC_NUM_CHAN 0xc3000 #define ISP_IPC_QUEUE_SIZE 0xc3004 -#define ISP_REG_C3008 0xc3008 +#define ISP_FW_SIZE 0xc3008 #define ISP_FW_HEAP_SIZE 0xc300c -#define ISP_REG_C3010 0xc3010 -#define ISP_REG_C3014 0xc3014 -#define ISP_REG_C3018 0xc3018 +#define ISP_FW_HEAP_ADDR 0xc3010 +#define ISP_FW_HEAP_SIZE2 0xc3014 +#define ISP_REG_C3018 0xc3018 /* Module params or cmd buf? */ #define ISP_REG_C301C 0xc301c #define ISP_REG_40004 0x40004 #define ISP_REG_40008 0x40008