Lines Matching full:node
891 int node, usb32, ret = 1; in comphy_dedicated_phys_init() local
902 node = fdt_node_offset_by_compatible( in comphy_dedicated_phys_init()
905 node = fdt_node_offset_by_compatible( in comphy_dedicated_phys_init()
909 if (node > 0) { in comphy_dedicated_phys_init()
910 if (fdtdec_get_is_enabled(blob, node)) { in comphy_dedicated_phys_init()
917 debug("USB%d node is disabled\n", in comphy_dedicated_phys_init()
921 debug("No USB%d node in DT\n", usb32 == 0 ? 2 : 3); in comphy_dedicated_phys_init()
925 node = fdt_node_offset_by_compatible(blob, -1, in comphy_dedicated_phys_init()
927 if (node > 0) { in comphy_dedicated_phys_init()
928 if (fdtdec_get_is_enabled(blob, node)) { in comphy_dedicated_phys_init()
935 debug("SATA node is disabled\n"); in comphy_dedicated_phys_init()
938 debug("No SATA node in DT\n"); in comphy_dedicated_phys_init()
941 node = fdt_node_offset_by_compatible(blob, -1, in comphy_dedicated_phys_init()
943 if (node <= 0) { in comphy_dedicated_phys_init()
944 node = fdt_node_offset_by_compatible( in comphy_dedicated_phys_init()
948 if (node > 0) { in comphy_dedicated_phys_init()
949 if (fdtdec_get_is_enabled(blob, node)) { in comphy_dedicated_phys_init()
956 debug("SDIO/eMMC node is disabled\n"); in comphy_dedicated_phys_init()
959 debug("No SDIO/eMMC node in DT\n"); in comphy_dedicated_phys_init()