Skip to content

Commit

Permalink
crypto: qat - Enable all 32 IRQs
Browse files Browse the repository at this point in the history
Enable interrupts from all 32 bundles.

Signed-off-by: Conor McLoughlin <[email protected]>
Signed-off-by: Tadeusz Struk <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
tstruk authored and herbertx committed Sep 18, 2014
1 parent 78f543a commit 413e557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
#define ADF_DH895XCC_ETR_MAX_BANKS 32
#define ADF_DH895XCC_SMIAPF0_MASK_OFFSET (0x3A000 + 0x28)
#define ADF_DH895XCC_SMIAPF1_MASK_OFFSET (0x3A000 + 0x30)
#define ADF_DH895XCC_SMIA0_MASK 0xFFFF
#define ADF_DH895XCC_SMIA0_MASK 0xFFFFFFFF
#define ADF_DH895XCC_SMIA1_MASK 0x1
/* Error detection and correction */
#define ADF_DH895XCC_AE_CTX_ENABLES(i) (i * 0x1000 + 0x20818)
Expand Down

0 comments on commit 413e557

Please sign in to comment.