Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dfec_mxc.c404 if (fec->xcv_type != SEVENWIRE) /* xMII modes */ in fec_reg_setup()
406 if (fec->xcv_type == RGMII) in fec_reg_setup()
408 else if (fec->xcv_type == RMII) in fec_reg_setup()
558 if (fec->xcv_type != SEVENWIRE) in fecmxc_init()
585 if (fec->xcv_type != SEVENWIRE) in fecmxc_init()
1075 fec->xcv_type = CONFIG_FEC_XCV_TYPE; in fec_probe()
1276 priv->xcv_type = CONFIG_FEC_XCV_TYPE; in fecmxc_probe()
H A Dfec_mxc.h239 enum xceiver_type xcv_type; /* transceiver type */ member