/Linux-v5.4/arch/xtensa/variants/test_mmuhifi_c3/include/variant/ |
D | tie.h | 106 XCHAL_SA_REG(s,0,0,2,0, aep0, 8, 8, 8,0x0060, aep,0 , 48,0,0,0) \ 107 XCHAL_SA_REG(s,0,0,2,0, aep1, 8, 8, 8,0x0061, aep,1 , 48,0,0,0) \ 108 XCHAL_SA_REG(s,0,0,2,0, aep2, 8, 8, 8,0x0062, aep,2 , 48,0,0,0) \ 109 XCHAL_SA_REG(s,0,0,2,0, aep3, 8, 8, 8,0x0063, aep,3 , 48,0,0,0) \ 110 XCHAL_SA_REG(s,0,0,2,0, aep4, 8, 8, 8,0x0064, aep,4 , 48,0,0,0) \ 111 XCHAL_SA_REG(s,0,0,2,0, aep5, 8, 8, 8,0x0065, aep,5 , 48,0,0,0) \ 112 XCHAL_SA_REG(s,0,0,2,0, aep6, 8, 8, 8,0x0066, aep,6 , 48,0,0,0) \ 113 XCHAL_SA_REG(s,0,0,2,0, aep7, 8, 8, 8,0x0067, aep,7 , 48,0,0,0) \
|
/Linux-v5.4/arch/xtensa/variants/test_kc705_be/include/variant/ |
D | tie.h | 137 XCHAL_SA_REG(s,0,0,2,0, aep0, 8, 8, 8,0x0060, aep,0 , 48,0,0,0) \ 138 XCHAL_SA_REG(s,0,0,2,0, aep1, 8, 8, 8,0x0061, aep,1 , 48,0,0,0) \ 139 XCHAL_SA_REG(s,0,0,2,0, aep2, 8, 8, 8,0x0062, aep,2 , 48,0,0,0) \ 140 XCHAL_SA_REG(s,0,0,2,0, aep3, 8, 8, 8,0x0063, aep,3 , 48,0,0,0) \ 141 XCHAL_SA_REG(s,0,0,2,0, aep4, 8, 8, 8,0x0064, aep,4 , 48,0,0,0) \ 142 XCHAL_SA_REG(s,0,0,2,0, aep5, 8, 8, 8,0x0065, aep,5 , 48,0,0,0) \ 143 XCHAL_SA_REG(s,0,0,2,0, aep6, 8, 8, 8,0x0066, aep,6 , 48,0,0,0) \ 144 XCHAL_SA_REG(s,0,0,2,0, aep7, 8, 8, 8,0x0067, aep,7 , 48,0,0,0) \
|
/Linux-v5.4/fs/xfs/ |
D | xfs_attr_list.c | 550 attrlist_ent_t *aep; in xfs_attr_put_listent() local 580 aep = (attrlist_ent_t *)&context->alist[context->firstu]; in xfs_attr_put_listent() 581 aep->a_valuelen = valuelen; in xfs_attr_put_listent() 582 memcpy(aep->a_name, name, namelen); in xfs_attr_put_listent() 583 aep->a_name[namelen] = 0; in xfs_attr_put_listent()
|
/Linux-v5.4/drivers/misc/mic/scif/ |
D | scif_api.c | 215 struct scif_endpt *aep; in scif_close() local 228 aep = list_first_entry(&ep->li_accept, in scif_close() 230 list_del(&aep->liacceptlist); in scif_close() 231 scif_put_port(aep->port.port); in scif_close() 235 if (tmpep == aep) { in scif_close() 245 if (tmpep == aep) { in scif_close() 253 if (tmpep == aep) { in scif_close() 259 scif_teardown_ep(aep); in scif_close() 261 scif_add_epd_to_zombie_list(aep, SCIF_EPLOCK_HELD); in scif_close()
|