Home
last modified time | relevance | path

Searched refs:etrax_dma_descr (Results 1 – 4 of 4) sorted by relevance

/arch/cris/include/arch-v10/arch/
Dsvinto.h30 typedef struct etrax_dma_descr { struct
38 } etrax_dma_descr; argument
61 extern void prepare_rx_descriptor(struct etrax_dma_descr *desc);
/arch/cris/arch-v10/lib/
Ddmacopy.c15 static etrax_dma_descr indma, outdma; in dma_memcpy()
/arch/cris/arch-v10/mm/
Dinit.c252 prepare_rx_descriptor(struct etrax_dma_descr *desc) in prepare_rx_descriptor()
/arch/cris/arch-v10/drivers/
Dsync_serial.c139 struct etrax_dma_descr out_descr __attribute__ ((aligned(32)));
140 struct etrax_dma_descr in_descr[NUM_IN_DESCR] __attribute__ ((aligned(32)));
144 struct etrax_dma_descr *next_rx_desc;
145 struct etrax_dma_descr *prev_rx_desc;
1255 struct etrax_dma_descr *descr; in tr_interrupt()