Searched refs:_sparc_dvma (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/sparc/kernel/ |
D | ioport.c | 76 static struct resource _sparc_dvma = { variable 290 if (allocate_resource(&_sparc_dvma, res, len_total, in sbus_alloc_coherent() 291 _sparc_dvma.start, _sparc_dvma.end, PAGE_SIZE, NULL, NULL) != 0) { in sbus_alloc_coherent() 325 if ((res = lookup_resource(&_sparc_dvma, in sbus_free_coherent() 465 if (allocate_resource(&_sparc_dvma, res, len_total, in arch_dma_alloc() 466 _sparc_dvma.start, _sparc_dvma.end, PAGE_SIZE, NULL, NULL) != 0) { in arch_dma_alloc() 496 if ((res = lookup_resource(&_sparc_dvma, in arch_dma_free() 558 &_sparc_dvma); in register_proc_sparc_ioport()
|