Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-cris/
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-2.4.37.9/arch/cris/drivers/
Dserial.h70 struct etrax_dma_descr tr_descr;
71 struct etrax_dma_descr rec_descr[SERIAL_RECV_DESCRIPTORS];
Dide.c487 static etrax_dma_descr mydescr;
678 static etrax_dma_descr ata_descrs[MAX_DMA_DESCRS];
Dsync_serial.c123 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()
Dserial.c2025 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()
Dethernet.c275 etrax_dma_descr descr;
Dusb-host.c657 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()
/linux-2.4.37.9/arch/cris/drivers/lpslave/
De100lpslavenet.c105 static etrax_dma_descr *myNextRxDesc; /* Points to the next descriptor to
107 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()
/linux-2.4.37.9/arch/cris/kernel/
Ddebugport.c119 static struct etrax_dma_descr descr; in console_write()
120 static struct etrax_dma_descr descr2; in console_write()
/linux-2.4.37.9/arch/cris/lib/
Ddmacopy.c14 static etrax_dma_descr indma, outdma; in dma_memcpy()
/linux-2.4.37.9/arch/cris/mm/
Dinit.c503 prepare_rx_descriptor(struct etrax_dma_descr *desc) in prepare_rx_descriptor()