HomeSort by: relevance | last modified time | path
    Searched defs:pcn_mii_write (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sandpoint/stand/altboot/
pcn.c 127 void pcn_mii_write(struct local *, int, int, int);
304 pcn_mii_write(struct local *l, int phy, int reg, int val) function in typeref:typename:void
360 pcn_mii_write(l, phy, MII_BMCR, ctl | BMCR_RESET);
374 pcn_mii_write(l, phy, MII_BMCR, ctl);
388 pcn_mii_write(l, l->phy, MII_ANAR, anar);
389 pcn_mii_write(l, l->phy, MII_BMCR, BMCR_AUTOEN | BMCR_STARTNEG);
pcn.c 127 void pcn_mii_write(struct local *, int, int, int);
304 pcn_mii_write(struct local *l, int phy, int reg, int val) function in typeref:typename:void
360 pcn_mii_write(l, phy, MII_BMCR, ctl | BMCR_RESET);
374 pcn_mii_write(l, phy, MII_BMCR, ctl);
388 pcn_mii_write(l, l->phy, MII_ANAR, anar);
389 pcn_mii_write(l, l->phy, MII_BMCR, BMCR_AUTOEN | BMCR_STARTNEG);

Completed in 21 milliseconds