Searched refs:_sparc_dvma (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/sparc/kernel/ |
D | ioport.c | 74 static struct resource _sparc_dvma = { variable 288 if (allocate_resource(&_sparc_dvma, res, len_total, in sbus_alloc_coherent() 289 _sparc_dvma.start, _sparc_dvma.end, PAGE_SIZE, NULL, NULL) != 0) { in sbus_alloc_coherent() 323 if ((res = lookup_resource(&_sparc_dvma, in sbus_free_coherent() 458 if (allocate_resource(&_sparc_dvma, res, len_total, in pci32_alloc_coherent() 459 _sparc_dvma.start, _sparc_dvma.end, PAGE_SIZE, NULL, NULL) != 0) { in pci32_alloc_coherent() 489 if ((res = lookup_resource(&_sparc_dvma, in pci32_free_coherent() 712 proc_create_data("dvma_map", 0, NULL, &sparc_io_proc_fops, &_sparc_dvma); in register_proc_sparc_ioport()
|