Searched refs:PHY_ANY_UID (Results 1 – 2 of 2) sorted by relevance
52 #define PHY_ANY_UID 0xffffffff macro 427 * It can also be PHY_ANY_UID464 return phy_register_fixup(bus_id, PHY_ANY_UID, 0xffffffff, run); in phy_register_fixup_for_id() 471 * @phy_uid: A phy id matches fixup->phy_id (or PHY_ANY_UID) in phy_fixup_list510 return phy_unregister_fixup(bus_id, PHY_ANY_UID, 0xffffffff); in phy_unregister_fixup_for_id() 525 if (fixup->phy_uid != PHY_ANY_UID) in phy_needs_fixup()
520 match, however two constants, PHY_ANY_ID and PHY_ANY_UID, are provided as