Searched refs:CAS_PHY_MII (Results 1 – 2 of 2) sorted by relevance
879 if (CAS_PHY_MII(cp->phy_type)) { in cas_phy_init()3599 if (CAS_PHY_MII(cp->phy_type)) { in cas_set_link_modes()3630 if (CAS_PHY_MII(cp->phy_type)) { in cas_set_link_modes()3757 if (blkflag && !CAS_PHY_MII(cp->phy_type)) { in cas_global_reset()4140 if (CAS_PHY_MII(cp->phy_type)) { in cas_link_timer()4557 if (CAS_PHY_MII(cp->phy_type)) { in cas_get_settings()
2520 #define CAS_PHY_MII(x) ((x) & (CAS_PHY_MII_MDIO0 | CAS_PHY_MII_MDIO1)) macro