Searched refs:CAS_PHY_MII (Results 1 – 2 of 2) sorted by relevance
855 if (CAS_PHY_MII(cp->phy_type)) { in cas_phy_init()3538 if (CAS_PHY_MII(cp->phy_type)) { in cas_set_link_modes()3569 if (CAS_PHY_MII(cp->phy_type)) { in cas_set_link_modes()3696 if (blkflag && !CAS_PHY_MII(cp->phy_type)) { in cas_global_reset()4076 if (CAS_PHY_MII(cp->phy_type)) { in cas_link_timer()4491 if (CAS_PHY_MII(cp->phy_type)) { in cas_get_link_ksettings()
2508 #define CAS_PHY_MII(x) ((x) & (CAS_PHY_MII_MDIO0 | CAS_PHY_MII_MDIO1)) macro