Home
last modified time | relevance | path

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

/linux/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,9 , 64,0,0,0) \
[all …]
/linux/fs/udf/
H A Dinode.c2001 struct allocExtDesc *aed; in udf_setup_indirect_aext() local
2026 aed = (struct allocExtDesc *)(bh->b_data); in udf_setup_indirect_aext()
2028 aed->previousAllocExtLocation = in udf_setup_indirect_aext()
2031 aed->lengthAllocDescs = cpu_to_le32(0); in udf_setup_indirect_aext()
2084 struct allocExtDesc *aed; in __udf_add_aext() local
2098 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2099 WARN_ON(le32_to_cpu(aed->lengthAllocDescs) != in __udf_add_aext()
2110 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2111 le32_add_cpu(&aed->lengthAllocDescs, adsize); in __udf_add_aext()
2197 struct allocExtDesc *aed = in udf_write_aext() local
[all …]
H A Dtruncate.c181 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()