Searched refs:ide_build_dmatable (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/ide/
H A Dide-dma-sff.c98 * ide_build_dmatable - build IDE DMA table
100 * ide_build_dmatable() prepares a dma request. We map the command
114 int ide_build_dmatable(ide_drive_t *drive, struct ide_cmd *cmd) ide_build_dmatable() function
171 EXPORT_SYMBOL_GPL(ide_build_dmatable); variable
195 if (ide_build_dmatable(drive, cmd) == 0) { ide_dma_setup()
H A Dtx4939ide.c234 /* custom ide_build_dmatable to handle swapped layout */ tx4939ide_build_dmatable()
262 * (standard ide_build_dmatable does it too) tx4939ide_build_dmatable()
285 #define tx4939ide_build_dmatable ide_build_dmatable
H A Dide-dma.c158 * after the completion of each use of ide_build_dmatable and before
159 * the next use of ide_build_dmatable. Failure to do so will cause
H A Dtrm290.c197 count = ide_build_dmatable(drive, cmd); trm290_dma_setup()
/linux-4.4.14/include/linux/
H A Dide.h1395 int ide_build_dmatable(ide_drive_t *, struct ide_cmd *);

Completed in 200 milliseconds