Searched refs:xd_setup_dma (Results 1 – 2 of 2) sorted by relevance
122 static u8 xd_setup_dma (u8 opcode,u8 *buffer,u_int count);
450 …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