mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
crypto: hisilicon - modify the value of engine type rate
Modify the value of type rate from new QM spec. Signed-off-by: Kai Ye <yekai13@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
@@ -103,8 +103,8 @@
|
||||
#define HZIP_PREFETCH_ENABLE (~(BIT(26) | BIT(17) | BIT(0)))
|
||||
#define HZIP_SVA_PREFETCH_DISABLE BIT(26)
|
||||
#define HZIP_SVA_DISABLE_READY (BIT(26) | BIT(30))
|
||||
#define HZIP_SHAPER_RATE_COMPRESS 252
|
||||
#define HZIP_SHAPER_RATE_DECOMPRESS 229
|
||||
#define HZIP_SHAPER_RATE_COMPRESS 750
|
||||
#define HZIP_SHAPER_RATE_DECOMPRESS 140
|
||||
#define HZIP_DELAY_1_US 1
|
||||
#define HZIP_POLL_TIMEOUT_US 1000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user