Searched refs:CAS_PHY_MII (Results 1 – 2 of 2) sorted by relevance
881 if (CAS_PHY_MII(cp->phy_type)) { in cas_phy_init()3600 if (CAS_PHY_MII(cp->phy_type)) { in cas_set_link_modes()3631 if (CAS_PHY_MII(cp->phy_type)) { in cas_set_link_modes()3758 if (blkflag && !CAS_PHY_MII(cp->phy_type)) { in cas_global_reset()4138 if (CAS_PHY_MII(cp->phy_type)) { in cas_link_timer()4554 if (CAS_PHY_MII(cp->phy_type)) { in cas_get_link_ksettings()
2521 #define CAS_PHY_MII(x) ((x) & (CAS_PHY_MII_MDIO0 | CAS_PHY_MII_MDIO1)) macro