Searched refs:elm_of_node (Results 1 – 3 of 3) sorted by relevance
82 struct device_node *elm_of_node; member
1801 gpmc_nand_data->elm_of_node = of_parse_phandle(child, "ti,elm-id", 0); in gpmc_probe_nand_child()1802 if (gpmc_nand_data->elm_of_node == NULL) in gpmc_probe_nand_child()1803 gpmc_nand_data->elm_of_node = in gpmc_probe_nand_child()1819 if (gpmc_nand_data->elm_of_node) in gpmc_probe_nand_child()1826 if (gpmc_nand_data->elm_of_node) in gpmc_probe_nand_child()1833 if (gpmc_nand_data->elm_of_node) in gpmc_probe_nand_child()
1645 if (ecc_needs_elm && !is_elm_present(info, pdata->elm_of_node)) { in omap2_nand_ecc_check()