Home
last modified time | relevance | path

Searched refs:init_phy (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Deth_xlnx_gem_priv.h428 .init_phy = DT_INST_PROP(port, init_mdio_phy),\
691 bool init_phy; member
Deth_xlnx_gem.c103 if (dev_conf->init_phy) { in DT_INST_FOREACH_STATUS_OKAY()
200 if (dev_conf->init_phy) { in DT_INST_FOREACH_STATUS_OKAY()
209 if (dev_conf->init_phy) { in DT_INST_FOREACH_STATUS_OKAY()
796 if ((!dev_conf->init_phy) || dev_data->eff_link_speed == LINK_DOWN) { in eth_xlnx_gem_configure_clocks()
Dphy_xlnx_gem.c921 if (!dev_conf->init_phy) { in phy_xlnx_gem_detect()