Searched refs:elm_of_node (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mtd/nand/raw/
H A Domap2.c152 struct device_node *elm_of_node; member in struct:omap_nand_info
1643 if (ecc_needs_elm && !is_elm_present(info, info->elm_of_node)) {
1673 info->elm_of_node = of_parse_phandle(child, "ti,elm-id", 0);
1674 if (!info->elm_of_node) {
1675 info->elm_of_node = of_parse_phandle(child, "elm_id", 0);
1676 if (!info->elm_of_node)
1692 if (info->elm_of_node)
1697 if (info->elm_of_node)

Completed in 245 milliseconds