Home
last modified time | relevance | path

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

/linux-4.1.27/arch/cris/include/uapi/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);
/linux-4.1.27/drivers/tty/serial/
Dcrisv10.h83 struct etrax_dma_descr tr_descr;
84 struct etrax_dma_descr rec_descr[SERIAL_RECV_DESCRIPTORS];
Dcrisv10.c1541 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()
/linux-4.1.27/arch/cris/arch-v10/lib/
Ddmacopy.c14 static etrax_dma_descr indma, outdma; in dma_memcpy()
/linux-4.1.27/arch/cris/arch-v10/drivers/
Dsync_serial.c138 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()
/linux-4.1.27/arch/cris/arch-v10/mm/
Dinit.c252 prepare_rx_descriptor(struct etrax_dma_descr *desc) in prepare_rx_descriptor()
/linux-4.1.27/drivers/net/cris/
Deth_v10.c76 etrax_dma_descr descr;