Home
last modified time | relevance | path

Searched refs:fixed_phy_add (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dphy_fixed.h20 int fixed_phy_add(int phy_id, const struct fixed_phy_status *status);
29 static inline int fixed_phy_add(int phy_id, in fixed_phy_add() function
/linux/arch/m68k/coldfire/
H A Dm5272.c122 fixed_phy_add(0, &nettel_fixed_phy_status); in init_BSP()
/linux/drivers/net/phy/
H A Dfixed_phy.c163 int fixed_phy_add(int phy_addr, const struct fixed_phy_status *status) in fixed_phy_add() function
167 EXPORT_SYMBOL_GPL(fixed_phy_add);
/linux/arch/mips/bcm47xx/
H A Dsetup.c285 fixed_phy_add(0, &bcm47xx_fixed_phy_status); in bcm47xx_register_bus_complete()