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

/linux-master/arch/xtensa/variants/test_kc705_hifi/include/variant/
H A 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,
[all...]
/linux-master/fs/udf/
H A Dtruncate.c164 struct allocExtDesc *aed = (struct allocExtDesc *) (epos->bh->b_data); local
167 aed->lengthAllocDescs = cpu_to_le32(lenalloc);
H A Dinode.c1960 struct allocExtDesc *aed; local
1984 aed = (struct allocExtDesc *)(bh->b_data);
1986 aed->previousAllocExtLocation =
1989 aed->lengthAllocDescs = cpu_to_le32(0);
2037 struct allocExtDesc *aed; local
2051 aed = (struct allocExtDesc *)epos->bh->b_data;
2052 WARN_ON(le32_to_cpu(aed->lengthAllocDescs) !=
2063 aed = (struct allocExtDesc *)epos->bh->b_data;
2064 le32_add_cpu(&aed->lengthAllocDescs, adsize);
2150 struct allocExtDesc *aed local
2283 struct allocExtDesc *aed; local
[all...]
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c327 struct icp_qat_uclo_aedata *aed; local
337 aed = &obj_handle->ae_data[ae];
338 for (i = 0; i < aed->slice_num; i++) {
339 if (aed->ae_slices[i].encap_image->uwords_num < uaddr)
340 aed->ae_slices[i].encap_image->uwords_num = uaddr;
866 struct icp_qat_uclo_aedata *aed; local
879 aed = &obj_handle->ae_data[ae];
880 for (s = 0; s < aed->slice_num; s++) {
881 if (!aed->ae_slices[s].encap_image)
883 if (qat_uclo_init_reg_sym(handle, ae, aed
2017 struct icp_qat_uclo_aedata *aed; local
[all...]

Completed in 205 milliseconds