Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dmpc5121_nfc.c540 struct device_node *rmnode; in mpc5121_nfc_read_hw_config() local
548 rmnode = of_find_compatible_node(NULL, NULL, "fsl,mpc5121-reset"); in mpc5121_nfc_read_hw_config()
549 if (!rmnode) { in mpc5121_nfc_read_hw_config()
555 rm = of_iomap(rmnode, 0); in mpc5121_nfc_read_hw_config()
609 of_node_put(rmnode); in mpc5121_nfc_read_hw_config()