Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dfec_mxc.h252 int (*mii_postcall)(int); member
H A Dfec_mxc.c221 if (fec->mii_postcall) in miiphy_restart_aneg()
222 ret = fec->mii_postcall(fec->phy_id); in miiphy_restart_aneg()
1181 fec->mii_postcall = cb; in fecmxc_register_mii_postcall()