提交 06b24ab3 编写于 作者: H Huang Yiwei 提交者: Bjorn Andersson

soc: qcom: llcc: Add support for 16 ways of allocation

Add support for 16 ways of allocation for LLCC HW version 2.1.0
and later.
Signed-off-by: NHuang Yiwei <hyiwei@codeaurora.org>
Signed-off-by: NSai Prakash Ranjan <quic_saipraka@quicinc.com>
Tested-by: NVinod Koul <vkoul@kernel.org>
Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/a7a5f64259c2c02628f03fb59b91e9fa78da2dfb.1643355594.git.quic_saipraka@quicinc.com
上级 76ee15ae
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
#define ATTR1_FIXED_SIZE_SHIFT 0x03 #define ATTR1_FIXED_SIZE_SHIFT 0x03
#define ATTR1_PRIORITY_SHIFT 0x04 #define ATTR1_PRIORITY_SHIFT 0x04
#define ATTR1_MAX_CAP_SHIFT 0x10 #define ATTR1_MAX_CAP_SHIFT 0x10
#define ATTR0_RES_WAYS_MASK GENMASK(11, 0) #define ATTR0_RES_WAYS_MASK GENMASK(15, 0)
#define ATTR0_BONUS_WAYS_MASK GENMASK(27, 16) #define ATTR0_BONUS_WAYS_MASK GENMASK(31, 16)
#define ATTR0_BONUS_WAYS_SHIFT 0x10 #define ATTR0_BONUS_WAYS_SHIFT 0x10
#define LLCC_STATUS_READ_DELAY 100 #define LLCC_STATUS_READ_DELAY 100
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册