Searched refs:etrax_dma_descr (Results 1 – 6 of 6) sorted by relevance
30 typedef struct etrax_dma_descr { struct38 } etrax_dma_descr; argument61 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];
1500 struct etrax_dma_descr *descr; in transmit_chars_dma()1695 struct etrax_dma_descr *descr, in handle_descr_data()1725 struct etrax_dma_descr *descr; in handle_all_descr_data()1825 struct etrax_dma_descr *descr = info->rec_descr; in start_recv_dma()2722 struct etrax_dma_descr *descr = info->rec_descr; in shutdown()
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()
244 prepare_rx_descriptor(struct etrax_dma_descr *desc) in prepare_rx_descriptor()
76 etrax_dma_descr descr;