Searched refs:etrax_dma_descr (Results 1 – 7 of 7) sorted by relevance
30 typedef struct etrax_dma_descr { struct38 } etrax_dma_descr; typedef61 extern void prepare_rx_descriptor(struct etrax_dma_descr *desc);
83 struct etrax_dma_descr tr_descr;84 struct etrax_dma_descr rec_descr[SERIAL_RECV_DESCRIPTORS];
1541 struct etrax_dma_descr *descr; in transmit_chars_dma()1734 struct etrax_dma_descr *descr, in handle_descr_data()1763 struct etrax_dma_descr *descr; in handle_all_descr_data()1864 struct etrax_dma_descr *descr = info->rec_descr; in start_recv_dma()2764 struct etrax_dma_descr *descr = info->rec_descr; in shutdown()
14 static etrax_dma_descr indma, outdma; in dma_memcpy()
138 struct etrax_dma_descr out_descr __attribute__ ((aligned(32)));139 struct etrax_dma_descr in_descr[NUM_IN_DESCR] __attribute__ ((aligned(32)));143 struct etrax_dma_descr *next_rx_desc;144 struct etrax_dma_descr *prev_rx_desc;1268 struct etrax_dma_descr *descr; in tr_interrupt()
252 prepare_rx_descriptor(struct etrax_dma_descr *desc) in prepare_rx_descriptor()
76 etrax_dma_descr descr;