Home
last modified time | relevance | path

Searched refs:phy_connected (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/arm/
H A Dfsl-imx7.c429 s->phy_connected[i], &error_abort); in fsl_imx7_realize()
434 if (!s->phy_connected[i]) { in fsl_imx7_realize()
742 DEFINE_PROP_BOOL("fec1-phy-connected", FslIMX7State, phy_connected[0],
744 DEFINE_PROP_BOOL("fec2-phy-connected", FslIMX7State, phy_connected[1],
H A Dfsl-imx6ul.c445 s->phy_connected[i], &error_abort); in fsl_imx6ul_realize()
450 if (!s->phy_connected[i]) { in fsl_imx6ul_realize()
724 DEFINE_PROP_BOOL("fec1-phy-connected", FslIMX6ULState, phy_connected[0],
726 DEFINE_PROP_BOOL("fec2-phy-connected", FslIMX6ULState, phy_connected[1],
/openbmc/qemu/include/hw/net/
H A Dimx_fec.h273 bool phy_connected; member
/openbmc/qemu/include/hw/arm/
H A Dfsl-imx6ul.h93 bool phy_connected[FSL_IMX6UL_NUM_ETHS]; member
H A Dfsl-imx7.h96 bool phy_connected[FSL_IMX7_NUM_ETHS]; member
/openbmc/qemu/hw/net/
H A Dimx_fec.c284 if (!s->phy_connected) { in imx_phy_read()
353 if (!s->phy_connected) { in imx_phy_write()
1345 DEFINE_PROP_BOOL("phy-connected", IMXFECState, phy_connected, true),