Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/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.c1848 struct allocExtDesc *aed; in udf_setup_indirect_aext() local
1872 aed = (struct allocExtDesc *)(bh->b_data); in udf_setup_indirect_aext()
1874 aed->previousAllocExtLocation = in udf_setup_indirect_aext()
1877 aed->lengthAllocDescs = cpu_to_le32(0); in udf_setup_indirect_aext()
1925 struct allocExtDesc *aed; in __udf_add_aext() local
1939 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
1940 WARN_ON(le32_to_cpu(aed->lengthAllocDescs) != in __udf_add_aext()
1951 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
1952 le32_add_cpu(&aed->lengthAllocDescs, adsize); in __udf_add_aext()
2038 struct allocExtDesc *aed = in udf_write_aext() local
[all …]