Searched refs:cdx_resource_start (Results 1 – 2 of 2) sorted by relevance
153 #define cdx_resource_start(dev, num) ((dev)->res[(num)].start) macro157 ((cdx_resource_start((dev), (num)) == 0 && \159 cdx_resource_start((dev), (num))) ? 0 : \161 cdx_resource_start((dev), (num)) + 1))
720 vma->vm_pgoff += (cdx_resource_start(cdx_dev, num) >> PAGE_SHIFT); in cdx_mmap_resource()