Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dfec_mxc.h253 int (*mii_postcall)(int); member
H A Dfec_mxc.c257 if (fec->mii_postcall) in miiphy_restart_aneg()
258 ret = fec->mii_postcall(fec->phy_id); in miiphy_restart_aneg()
1234 fec->mii_postcall = cb; in fecmxc_register_mii_postcall()