Searched refs:_sparc_dvma (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/sparc/kernel/ |
D | ioport.c | 56 static struct resource _sparc_dvma = { variable 290 if (allocate_resource(&_sparc_dvma, res, len_total, in sbus_alloc_consistent() 291 _sparc_dvma.start, _sparc_dvma.end, PAGE_SIZE, NULL, NULL) != 0) { in sbus_alloc_consistent() 309 if ((res = _sparc_find_resource(&_sparc_dvma, in sbus_free_consistent() 364 if (allocate_resource(&_sparc_dvma, res, len_total, in sbus_map_single() 365 _sparc_dvma.start, _sparc_dvma.end, PAGE_SIZE) != 0) { in sbus_map_single() 395 if ((res = _sparc_find_resource(&_sparc_dvma, ba)) == NULL) { in sbus_unmap_single() 443 res = _sparc_find_resource(&_sparc_dvma, ba); in sbus_dma_sync_single() 495 if (allocate_resource(&_sparc_dvma, res, len_total, in pci_alloc_consistent() 496 _sparc_dvma.start, _sparc_dvma.end, PAGE_SIZE, NULL, NULL) != 0) { in pci_alloc_consistent() [all …]
|