]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/crypto/qat/qat_dh895xccvf/adf_dh895xccvf_hw_data.h
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[karo-tx-linux.git] / drivers / crypto / qat / qat_dh895xccvf / adf_dh895xccvf_hw_data.h
index 8f6babfef629020e5714125594f39c74e2d2351e..6ddc19bd4410d55fb2524f95dfbe9b235d6a801c 100644 (file)
 #define ADF_DH895XCCIOV_TX_RINGS_MASK 0xFF
 #define ADF_DH895XCCIOV_ETR_BAR 0
 #define ADF_DH895XCCIOV_ETR_MAX_BANKS 1
-
 #define ADF_DH895XCCIOV_PF2VF_OFFSET   0x200
-#define ADF_DH895XCC_PF2VF_PF2VFINT    BIT(0)
-
-#define ADF_DH895XCCIOV_VINTSOU_OFFSET 0x204
-#define ADF_DH895XCC_VINTSOU_BUN       BIT(0)
-#define ADF_DH895XCC_VINTSOU_PF2VF     BIT(1)
-
 #define ADF_DH895XCCIOV_VINTMSK_OFFSET 0x208
+
+void adf_init_hw_data_dh895xcciov(struct adf_hw_device_data *hw_data);
+void adf_clean_hw_data_dh895xcciov(struct adf_hw_device_data *hw_data);
 #endif