Home
last modified time | relevance | path

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

/external/grub/netboot/
Depic100.c69 static int mmctl ; variable
130 mmctl = ioaddr + MMCTL; /* MII Management Interface Control */ in epic100_probe()
474 outl((phy_id << 9) | (location << 4) | MII_READOP, mmctl); in mii_read()
478 if ((inl(mmctl) & MII_READOP) == 0) in mii_read()