Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Dmpc5121_nfc.c542 struct device_node *rmnode; in mpc5121_nfc_read_hw_config() local
550 rmnode = of_find_compatible_node(NULL, NULL, "fsl,mpc5121-reset"); in mpc5121_nfc_read_hw_config()
551 if (!rmnode) { in mpc5121_nfc_read_hw_config()
557 rm = of_iomap(rmnode, 0); in mpc5121_nfc_read_hw_config()
611 of_node_put(rmnode); in mpc5121_nfc_read_hw_config()