Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dfec_mxc.c400 if (fec->xcv_type != SEVENWIRE) /* xMII modes */ in fec_reg_setup()
402 if (fec->xcv_type == RGMII) in fec_reg_setup()
404 else if (fec->xcv_type == RMII) in fec_reg_setup()
555 if (fec->xcv_type != SEVENWIRE) in fecmxc_init()
586 if (fec->xcv_type != SEVENWIRE) in fecmxc_init()
1088 fec->xcv_type = CONFIG_FEC_XCV_TYPE; in fec_probe()
1286 priv->xcv_type = CONFIG_FEC_XCV_TYPE; in fecmxc_probe()
Dfec_mxc.h238 enum xceiver_type xcv_type; /* transceiver type */ member