Searched refs:use_internal_phy (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/mips/bcm63xx/boards/ |
H A D | board_bcm963xx.c | 53 .use_internal_phy = 1, 230 .use_internal_phy = 1, 276 .use_internal_phy = 1, 327 .use_internal_phy = 1, 377 .use_internal_phy = 1, 428 .use_internal_phy = 1, 447 .use_internal_phy = 1, 468 .use_internal_phy = 1, 489 .use_internal_phy = 1, 517 .use_internal_phy = 1, [all …]
|
/openbmc/u-boot/drivers/net/ |
H A D | sun8i_emac.c | 131 bool use_internal_phy; member 264 if (priv->use_internal_phy) { in sun8i_emac_set_syscon_ephy() 648 if (priv->use_internal_phy) { in sun8i_emac_board_setup() 876 priv->use_internal_phy = false; in sun8i_emac_eth_ofdata_to_platdata() 902 priv->use_internal_phy = true; in sun8i_emac_eth_ofdata_to_platdata() 907 if (!priv->use_internal_phy) in sun8i_emac_eth_ofdata_to_platdata()
|
/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/ |
H A D | bcm63xx_dev_enet.h | 19 int use_internal_phy; member
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-sun8i.c | 78 bool use_internal_phy; member 599 if (gmac->use_internal_phy) { in sun8i_dwmac_init() 888 gmac->use_internal_phy = true; in mdio_mux_syscon_switch_fn() 893 gmac->use_internal_phy = false; in mdio_mux_syscon_switch_fn() 901 if (gmac->use_internal_phy) { in mdio_mux_syscon_switch_fn()
|
/openbmc/linux/arch/mips/bcm63xx/ |
H A D | dev-enet.c | 250 if (dpd->use_internal_phy) { in bcm63xx_enet_register()
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | bcm63xx_enet.c | 1775 priv->use_external_mii = !pd->use_internal_phy; in bcm_enet_probe()
|