Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/tty/serial/
Dcrisv10.h83 struct etrax_dma_descr tr_descr;
84 struct etrax_dma_descr rec_descr[SERIAL_RECV_DESCRIPTORS];
Dcrisv10.c1500 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()
/linux-4.4.14/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.4.14/arch/cris/arch-v10/mm/
Dinit.c244 prepare_rx_descriptor(struct etrax_dma_descr *desc) in prepare_rx_descriptor()
/linux-4.4.14/drivers/net/cris/
Deth_v10.c76 etrax_dma_descr descr;