Searched refs:MICREL_PHY_ID_MASK (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/net/phy/ |
D | micrel.c | 593 if ((phydev->phy_id & MICREL_PHY_ID_MASK) != PHY_ID_KSZ8051) in ksz8051_ksz8795_match_phy_device() 1428 if ((phydev->phy_id & MICREL_PHY_ID_MASK) == PHY_ID_KSZ9131) in ksz9x31_cable_test_fault_length() 1867 switch (phydev->phy_id & MICREL_PHY_ID_MASK) { in ksz886x_cable_test_one_pair() 2901 .phy_id_mask = MICREL_PHY_ID_MASK, 2943 .phy_id_mask = MICREL_PHY_ID_MASK, 2960 .phy_id_mask = MICREL_PHY_ID_MASK, 3005 .phy_id_mask = MICREL_PHY_ID_MASK, 3026 .phy_id_mask = MICREL_PHY_ID_MASK, 3054 .phy_id_mask = MICREL_PHY_ID_MASK, 3074 .phy_id_mask = MICREL_PHY_ID_MASK, [all …]
|
/linux-5.19.10/include/linux/ |
D | micrel_phy.h | 11 #define MICREL_PHY_ID_MASK 0x00fffff0 macro
|
/linux-5.19.10/arch/arm/mach-imx/ |
D | mach-imx6q.c | 74 phy_register_fixup_for_uid(PHY_ID_KSZ9021, MICREL_PHY_ID_MASK, in imx6q_enet_phy_init()
|
/linux-5.19.10/arch/arm/mach-mxs/ |
D | mach-mxs.c | 265 phy_register_fixup_for_uid(PHY_ID_KSZ8051, MICREL_PHY_ID_MASK, in apx4devkit_init()
|