Searched refs:dmatable_cpu (Results 1 – 5 of 5) sorted by relevance
497 if (hwif->dmatable_cpu) { in ide_release_dma_engine()501 hwif->dmatable_cpu, hwif->dmatable_dma); in ide_release_dma_engine()502 hwif->dmatable_cpu = NULL; in ide_release_dma_engine()518 hwif->dmatable_cpu = dma_alloc_coherent(hwif->dev, prd_size, in ide_allocate_dma_engine()521 if (hwif->dmatable_cpu == NULL) { in ide_allocate_dma_engine()
118 __le32 *table = (__le32 *)hwif->dmatable_cpu; in ide_build_dmatable()
365 hwif->dmatable_cpu = NULL; in icside_dma_init()
237 u32 *table = (u32 *)hwif->dmatable_cpu; in tx4939ide_build_dmatable()
758 unsigned int *dmatable_cpu; member