Home
last modified time | relevance | path

Searched refs:xcv_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dfec_mxc.c440 if (fec->xcv_type != SEVENWIRE) /* xMII modes */ in fec_reg_setup()
442 if (fec->xcv_type == RGMII) in fec_reg_setup()
444 else if (fec->xcv_type == RMII) in fec_reg_setup()
595 if (fec->xcv_type != SEVENWIRE) in fecmxc_init()
626 if (fec->xcv_type != SEVENWIRE) in fecmxc_init()
1128 fec->xcv_type = CONFIG_FEC_XCV_TYPE; in fec_probe()
1387 priv->xcv_type = MII100; in fecmxc_probe()
1390 priv->xcv_type = RMII; in fecmxc_probe()
1396 priv->xcv_type = RGMII; in fecmxc_probe()
1399 priv->xcv_type = CONFIG_FEC_XCV_TYPE; in fecmxc_probe()
[all …]
H A Dfec_mxc.h240 enum xceiver_type xcv_type; /* transceiver type */ member