Home
last modified time | relevance | path

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

/drivers/net/arm/
Dat91_ether.c208 if ((lp->phy_type == MII_DM9161_ID) || (lp->phy_type == MII_DM9161A_ID)) { in at91ether_phy_interrupt()
275 if ((lp->phy_type == MII_DM9161_ID) || (lp->phy_type == MII_DM9161A_ID)) { /* for Davicom PHY */ in enable_phyirq()
329 if ((lp->phy_type == MII_DM9161_ID) || (lp->phy_type == MII_DM9161A_ID)) { /* for Davicom PHY */ in disable_phyirq()
1035 if ((phy_type == MII_DM9161_ID) || (lp->phy_type == MII_DM9161A_ID)) { in at91ether_setup()
1089 if ((phy_type == MII_DM9161_ID) || (lp->phy_type == MII_DM9161A_ID)) in at91ether_setup()
1140 case MII_DM9161_ID: /* Davicom 9161: PHY_ID1 = 0x181, PHY_ID2 = B881 */ in at91ether_probe()
Dat91_ether.h20 #define MII_DM9161_ID 0x0181b880 macro