| /linux-6.15/arch/xtensa/variants/test_kc705_hifi/include/variant/ |
| H A D | tie.h | 137 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-6.15/drivers/crypto/intel/qat/qat_common/ |
| H A D | qat_uclo.c | 328 struct icp_qat_uclo_aedata *aed; in qat_uclo_init_umem_seg() local 338 aed = &obj_handle->ae_data[ae]; in qat_uclo_init_umem_seg() 339 for (i = 0; i < aed->slice_num; i++) { in qat_uclo_init_umem_seg() 867 struct icp_qat_uclo_aedata *aed; in qat_uclo_init_globals() local 880 aed = &obj_handle->ae_data[ae]; in qat_uclo_init_globals() 2021 struct icp_qat_uclo_aedata *aed; in qat_uclo_wr_uimage_page() local 2040 aed = &obj_handle->ae_data[ae]; in qat_uclo_wr_uimage_page() 2047 if (s >= aed->slice_num) in qat_uclo_wr_uimage_page() 2049 page = aed->ae_slices[s].page; in qat_uclo_wr_uimage_page() 2054 page = aed->ae_slices[s].page; in qat_uclo_wr_uimage_page() [all …]
|
| /linux-6.15/fs/udf/ |
| H A D | inode.c | 1982 struct allocExtDesc *aed; in udf_setup_indirect_aext() local 2007 aed = (struct allocExtDesc *)(bh->b_data); in udf_setup_indirect_aext() 2009 aed->previousAllocExtLocation = in udf_setup_indirect_aext() 2012 aed->lengthAllocDescs = cpu_to_le32(0); in udf_setup_indirect_aext() 2065 struct allocExtDesc *aed; in __udf_add_aext() local 2079 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext() 2080 WARN_ON(le32_to_cpu(aed->lengthAllocDescs) != in __udf_add_aext() 2092 le32_add_cpu(&aed->lengthAllocDescs, adsize); in __udf_add_aext() 2178 struct allocExtDesc *aed = in udf_write_aext() local 2181 le32_to_cpu(aed->lengthAllocDescs) + in udf_write_aext() [all …]
|
| H A D | truncate.c | 181 struct allocExtDesc *aed = (struct allocExtDesc *) (epos->bh->b_data); in udf_update_alloc_ext_desc() local 184 aed->lengthAllocDescs = cpu_to_le32(lenalloc); in udf_update_alloc_ext_desc()
|