Home
last modified time | relevance | path

Searched refs:lpc32xx_set_phy_interface_mode (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/linux/soc/nxp/
Dlpc32xx-misc.h16 extern void lpc32xx_set_phy_interface_mode(phy_interface_t mode);
25 static inline void lpc32xx_set_phy_interface_mode(phy_interface_t mode) in lpc32xx_set_phy_interface_mode() function
/linux-5.19.10/arch/arm/mach-lpc32xx/
Dcommon.c65 void lpc32xx_set_phy_interface_mode(phy_interface_t mode) in lpc32xx_set_phy_interface_mode() function
75 EXPORT_SYMBOL_GPL(lpc32xx_set_phy_interface_mode);
/linux-5.19.10/drivers/net/ethernet/nxp/
Dlpc_eth.c1238 lpc32xx_set_phy_interface_mode(lpc_phy_interface_mode(dev)); in lpc_eth_drv_probe()