Searched refs:cdx_resource_start (Results 1 – 2 of 2) sorted by relevance
176 #define cdx_resource_start(dev, num) ((dev)->res[(num)].start) macro180 ((cdx_resource_start((dev), (num)) == 0 && \182 cdx_resource_start((dev), (num))) ? 0 : \184 cdx_resource_start((dev), (num)) + 1))
732 vma->vm_pgoff += (cdx_resource_start(cdx_dev, num) >> PAGE_SHIFT); in cdx_mmap_resource()