Searched refs:dmatable_cpu (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/ide/ |
D | ide-dma.c | 375 unsigned int *table = hwif->dmatable_cpu; in ide_build_dmatable() 993 if (hwif->dmatable_cpu) { in ide_release_dma_engine() 996 hwif->dmatable_cpu, in ide_release_dma_engine() 998 hwif->dmatable_cpu = NULL; in ide_release_dma_engine() 1046 hwif->dmatable_cpu = pci_alloc_consistent(hwif->pci_dev, in ide_allocate_dma_engine() 1052 if ((hwif->dmatable_cpu) && (hwif->sg_table)) in ide_allocate_dma_engine() 1056 (hwif->dmatable_cpu == NULL) ? " CPU" : "", in ide_allocate_dma_engine()
|
/linux-2.4.37.9/drivers/ide/pci/ |
D | sgiioc4.c | 452 hwif->dmatable_cpu = pci_alloc_consistent(hwif->pci_dev, in ide_dma_sgiioc4() 456 if (!hwif->dmatable_cpu) in ide_dma_sgiioc4() 462 …pci_free_consistent(hwif->pci_dev, IOC4_PRD_ENTRIES * IOC4_PRD_BYTES, hwif->dmatable_cpu, hwif->dm… in ide_dma_sgiioc4() 470 …pci_free_consistent(hwif->pci_dev, IOC4_PRD_ENTRIES * IOC4_PRD_BYTES, hwif->dmatable_cpu, hwif->dm… in ide_dma_sgiioc4() 556 unsigned int *table = hwif->dmatable_cpu; in sgiioc4_build_dma_table()
|
/linux-2.4.37.9/drivers/ide/arm/ |
D | icside.c | 669 hwif->dmatable_cpu = NULL; in icside_setup_dma()
|
/linux-2.4.37.9/include/linux/ |
D | ide.h | 964 unsigned int *dmatable_cpu; member
|