Home
last modified time | relevance | path

Searched refs:_1000BASET (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/
H A Dmiiphy.h92 #define _1000BASET 1000 macro
/openbmc/u-boot/common/
H A Dmiiphyutil.c409 return _1000BASET; in miiphy_speed()
421 return _1000BASET; in miiphy_speed()
/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_eth.c57 if (speed == _1000BASET) { in pfe_gemac_set_speed()
/openbmc/u-boot/drivers/net/
H A Dmacb.c586 ret = macb_linkspd_cb(macb->regs, _1000BASET); in macb_phy_init()
H A Dfec_mxc.c548 if (speed == _1000BASET) in fec_open()