Home
last modified time | relevance | path

Searched refs:aed (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/arch/xtensa/variants/test_kc705_hifi/include/variant/
Dtie.h137 XCHAL_SA_REG(s,0,0,2,0, aed0, 8, 8, 8,0x1010, aed,0 , 64,0,0,0) \
138 XCHAL_SA_REG(s,0,0,2,0, aed1, 8, 8, 8,0x1011, aed,1 , 64,0,0,0) \
139 XCHAL_SA_REG(s,0,0,2,0, aed2, 8, 8, 8,0x1012, aed,2 , 64,0,0,0) \
140 XCHAL_SA_REG(s,0,0,2,0, aed3, 8, 8, 8,0x1013, aed,3 , 64,0,0,0) \
141 XCHAL_SA_REG(s,0,0,2,0, aed4, 8, 8, 8,0x1014, aed,4 , 64,0,0,0) \
142 XCHAL_SA_REG(s,0,0,2,0, aed5, 8, 8, 8,0x1015, aed,5 , 64,0,0,0) \
143 XCHAL_SA_REG(s,0,0,2,0, aed6, 8, 8, 8,0x1016, aed,6 , 64,0,0,0) \
144 XCHAL_SA_REG(s,0,0,2,0, aed7, 8, 8, 8,0x1017, aed,7 , 64,0,0,0) \
145 XCHAL_SA_REG(s,0,0,2,0, aed8, 8, 8, 8,0x1018, aed,8 , 64,0,0,0) \
146 XCHAL_SA_REG(s,0,0,2,0, aed9, 8, 8, 8,0x1019, aed,9 , 64,0,0,0) \
[all …]
/linux-5.19.10/fs/udf/
Dtruncate.c159 struct allocExtDesc *aed = in udf_discard_prealloc() local
161 aed->lengthAllocDescs = in udf_discard_prealloc()
186 struct allocExtDesc *aed = (struct allocExtDesc *) (epos->bh->b_data); in udf_update_alloc_ext_desc() local
189 aed->lengthAllocDescs = cpu_to_le32(lenalloc); in udf_update_alloc_ext_desc()
Dinode.c1931 struct allocExtDesc *aed; in udf_setup_indirect_aext() local
1955 aed = (struct allocExtDesc *)(bh->b_data); in udf_setup_indirect_aext()
1957 aed->previousAllocExtLocation = in udf_setup_indirect_aext()
1960 aed->lengthAllocDescs = cpu_to_le32(0); in udf_setup_indirect_aext()
2008 struct allocExtDesc *aed; in __udf_add_aext() local
2022 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2023 WARN_ON(le32_to_cpu(aed->lengthAllocDescs) != in __udf_add_aext()
2034 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2035 le32_add_cpu(&aed->lengthAllocDescs, adsize); in __udf_add_aext()
2121 struct allocExtDesc *aed = in udf_write_aext() local
[all …]
/linux-5.19.10/drivers/crypto/qat/qat_common/
Dqat_uclo.c327 struct icp_qat_uclo_aedata *aed; in qat_uclo_init_umem_seg() local
337 aed = &obj_handle->ae_data[ae]; in qat_uclo_init_umem_seg()
338 for (i = 0; i < aed->slice_num; i++) { in qat_uclo_init_umem_seg()
339 if (aed->ae_slices[i].encap_image->uwords_num < uaddr) in qat_uclo_init_umem_seg()
340 aed->ae_slices[i].encap_image->uwords_num = uaddr; in qat_uclo_init_umem_seg()
864 struct icp_qat_uclo_aedata *aed; in qat_uclo_init_globals() local
877 aed = &obj_handle->ae_data[ae]; in qat_uclo_init_globals()
878 for (s = 0; s < aed->slice_num; s++) { in qat_uclo_init_globals()
879 if (!aed->ae_slices[s].encap_image) in qat_uclo_init_globals()
881 if (qat_uclo_init_reg_sym(handle, ae, aed->ae_slices[s].encap_image)) in qat_uclo_init_globals()
[all …]