Searched refs:CAS_PHY_MII (Results 1 – 2 of 2) sorted by relevance
856 if (CAS_PHY_MII(cp->phy_type)) { in cas_phy_init()3539 if (CAS_PHY_MII(cp->phy_type)) { in cas_set_link_modes()3570 if (CAS_PHY_MII(cp->phy_type)) { in cas_set_link_modes()3697 if (blkflag && !CAS_PHY_MII(cp->phy_type)) { in cas_global_reset()4077 if (CAS_PHY_MII(cp->phy_type)) { in cas_link_timer()4492 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