summaryrefslogtreecommitdiff
path: root/ipa_reg-v4.7.c
diff options
context:
space:
mode:
authorAlex Elder <elder@linaro.org>2022-07-14 15:04:39 -0500
committerAlex Elder <elder@linaro.org>2022-07-14 16:19:02 -0500
commit726ea398fa0569dc1efc988915d665fee01559ae (patch)
tree6dbc74bf6a81ab778b9aa736afd900a4ee74c177 /ipa_reg-v4.7.c
parenta8dcaecc4f9ac3e0969b51b769f3d1176b1218d1 (diff)
regs: define the IPA_REG_ENDP_INIT_HOL_BLOCK_EN_N register
Define the IPA_REG_ENDP_INIT_HOL_BLOCK_EN_N register offset and fields for each IPA version. Signed-off-by: Alex Elder <elder@linaro.org>
Diffstat (limited to 'ipa_reg-v4.7.c')
-rw-r--r--ipa_reg-v4.7.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/ipa_reg-v4.7.c b/ipa_reg-v4.7.c
index f379255..6272942 100644
--- a/ipa_reg-v4.7.c
+++ b/ipa_reg-v4.7.c
@@ -369,6 +369,12 @@ static const u32 ipa_reg_endp_init_aggr_n_field[] = {
};
IPA_REG_STRIDE_FIELDS(ENDP_INIT_AGGR_N, endp_init_aggr_n, 0x00000824, 0x0070);
+static const u32 ipa_reg_endp_init_hol_block_en_n_field[] = {
+ [HOL_BLOCK_EN] = BIT(0),
+};
+IPA_REG_STRIDE_FIELDS(ENDP_INIT_HOL_BLOCK_EN_N, endp_init_hol_block_en_n,
+ 0x0000082c, 0x0070);
+
static const struct ipa_reg *ipa_reg[] = {
[IPA_REG_COMP_CFG] = &ipa_reg_comp_cfg,
[IPA_REG_CLKON_CFG] = &ipa_reg_clkon_cfg,
@@ -411,6 +417,8 @@ static const struct ipa_reg *ipa_reg[] = {
&ipa_reg_endp_init_hdr_metadata_mask_n,
[IPA_REG_ENDP_INIT_MODE_N] = &ipa_reg_endp_init_mode_n,
[IPA_REG_ENDP_INIT_AGGR_N] = &ipa_reg_endp_init_aggr_n,
+ [IPA_REG_ENDP_INIT_HOL_BLOCK_EN_N] =
+ &ipa_reg_endp_init_hol_block_en_n,
};
const struct ipa_regs ipa_regs_v4_7 = {