Searched refs:etrax_dma_descr (Results 1 – 11 of 11) sorted by relevance
30 typedef struct etrax_dma_descr { struct38 } etrax_dma_descr; argument61 extern void prepare_rx_descriptor(struct etrax_dma_descr *desc);
70 struct etrax_dma_descr tr_descr;71 struct etrax_dma_descr rec_descr[SERIAL_RECV_DESCRIPTORS];
487 static etrax_dma_descr mydescr;678 static etrax_dma_descr ata_descrs[MAX_DMA_DESCRS];
123 struct etrax_dma_descr out_descr;124 struct etrax_dma_descr in_descr[NUM_IN_DESCR];1009 struct etrax_dma_descr *descr; in tr_interrupt()1066 struct etrax_dma_descr *descr; in rx_interrupt()
2025 struct etrax_dma_descr *descr; in transmit_chars_dma()2243 handle_descr_data(struct e100_serial *info, struct etrax_dma_descr *descr, unsigned int recvl) in handle_descr_data()2272 struct etrax_dma_descr *descr; in handle_all_descr_data()2382 struct etrax_dma_descr *descr = info->rec_descr; in start_recv_dma()3488 struct etrax_dma_descr *descr = info->rec_descr; in shutdown()
275 etrax_dma_descr descr;
657 prepare_rx_descriptor((struct etrax_dma_descr*)&RxDescList[i]); in init_rx_buffers()1641 prepare_rx_descriptor((struct etrax_dma_descr*)myNextRxDesc); in etrax_usb_rx_interrupt()
105 static etrax_dma_descr *myNextRxDesc; /* Points to the next descriptor to107 static etrax_dma_descr *myLastRxDesc; /* The last processed descriptor */108 static etrax_dma_descr *myPrevRxDesc; /* The descriptor right before myNextRxDesc */112 static etrax_dma_descr RxDescList[NBR_OF_RX_DESC] __attribute__ ((aligned(4)));113 static etrax_dma_descr TxDescList[3] __attribute__ ((aligned(4)));729 struct etrax_dma_descr *mySaveRxDesc = myNextRxDesc; in e100_rx()
119 static struct etrax_dma_descr descr; in console_write()120 static struct etrax_dma_descr descr2; in console_write()
14 static etrax_dma_descr indma, outdma; in dma_memcpy()
503 prepare_rx_descriptor(struct etrax_dma_descr *desc) in prepare_rx_descriptor()