Home
last modified time | relevance | path

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

/linux/drivers/mtd/maps/
H A Dphysmap-versatile.c191 struct device_node *sysnp; in of_flash_probe_versatile() local
203 sysnp = of_find_matching_node_and_match(NULL, in of_flash_probe_versatile()
206 if (!sysnp) in of_flash_probe_versatile()
210 rmap = syscon_node_to_regmap(sysnp); in of_flash_probe_versatile()
211 of_node_put(sysnp); in of_flash_probe_versatile()