Lines Matching defs:cnp
608 struct device_node *cnp;
621 for_each_child_of_node(np, cnp) {
622 if (of_property_read_u32(cnp, "reg", &slot_id)) {
624 cnp);
631 of_node_put(cnp);
635 if (of_property_read_u32(cnp, "bus-width",
640 of_get_named_gpio(cnp, "cd-gpios", 0);
643 of_property_read_bool(cnp, "cd-inverted");
646 of_property_read_bool(cnp, "non-removable");
649 of_get_named_gpio(cnp, "wp-gpios", 0);