Home
last modified time | relevance | path

Searched refs:pfn0 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/mtd/devices/
H A Dmtdram.c75 unsigned long pfn1, pfn0 = vmalloc_to_pfn(addr); in ram_point() local
77 *phys = __pfn_to_phys(pfn0) + page_ofs; in ram_point()
82 pfn0++; in ram_point()
84 if (pfn1 != pfn0) { in ram_point()