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()3598 if (CAS_PHY_MII(cp->phy_type)) { in cas_set_link_modes()3629 if (CAS_PHY_MII(cp->phy_type)) { in cas_set_link_modes()3756 if (blkflag && !CAS_PHY_MII(cp->phy_type)) { in cas_global_reset()4139 if (CAS_PHY_MII(cp->phy_type)) { in cas_link_timer()4553 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