Searched refs:comphy_nodes (Results 1 – 1 of 1) sorted by relevance
| /drivers/phy/marvell/ |
| A D | comphy_a3700.c | 1074 int comphy_nodes[3]; in comphy_a3700_init_serdes_map() local 1077 for (i = 0; i < ARRAY_SIZE(comphy_nodes); i++) in comphy_a3700_init_serdes_map() 1078 comphy_nodes[i] = -FDT_ERR_NOTFOUND; in comphy_a3700_init_serdes_map() 1085 if (i < 0 || i >= ARRAY_SIZE(comphy_nodes)) in comphy_a3700_init_serdes_map() 1088 comphy_nodes[i] = child; in comphy_a3700_init_serdes_map() 1091 for (i = 0; i < ARRAY_SIZE(comphy_nodes); i++) { in comphy_a3700_init_serdes_map() 1096 comphy_a3700_fill_cfg(cfg, comphy_nodes, "marvell,armada3700-u3d", in comphy_a3700_init_serdes_map() 1098 comphy_a3700_fill_cfg(cfg, comphy_nodes, "marvell,armada3700-xhci", in comphy_a3700_init_serdes_map() 1100 comphy_a3700_fill_cfg(cfg, comphy_nodes, "marvell,armada-3700-pcie", in comphy_a3700_init_serdes_map() 1102 comphy_a3700_fill_cfg(cfg, comphy_nodes, "marvell,armada-3700-ahci", in comphy_a3700_init_serdes_map() [all …]
|
Completed in 7 milliseconds