Searched refs:_sparc_dvma (Results 1 – 1 of 1) sorted by relevance
/arch/sparc/kernel/ |
D | ioport.c | 75 static struct resource _sparc_dvma = { variable 289 if (allocate_resource(&_sparc_dvma, res, len_total, in sbus_alloc_coherent() 290 _sparc_dvma.start, _sparc_dvma.end, PAGE_SIZE, NULL, NULL) != 0) { in sbus_alloc_coherent() 324 if ((res = lookup_resource(&_sparc_dvma, in sbus_free_coherent() 465 if (allocate_resource(&_sparc_dvma, res, len_total, in pci32_alloc_coherent() 466 _sparc_dvma.start, _sparc_dvma.end, PAGE_SIZE, NULL, NULL) != 0) { in pci32_alloc_coherent() 496 if ((res = lookup_resource(&_sparc_dvma, in pci32_free_coherent() 700 proc_create_data("dvma_map", 0, NULL, &sparc_io_proc_fops, &_sparc_dvma); in register_proc_sparc_ioport()
|