Home
last modified time | relevance | path

Searched refs:xd_setup_dma (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/block/
Dxd.h122 static u8 xd_setup_dma (u8 opcode,u8 *buffer,u_int count);
Dxd.c450 …mode = xd_setup_dma(operation == READ ? DMA_MODE_READ : DMA_MODE_WRITE,(u8 *)(xd_dma_buffer),temp … in xd_readwrite()
525 static u8 xd_setup_dma (u8 mode,u8 *buffer,unsigned int count) in xd_setup_dma() function