Searched refs:has_phy (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/mips/bcm63xx/boards/ |
| H A D | board_bcm963xx.c | 52 .has_phy = 1, 229 .has_phy = 1, 275 .has_phy = 1, 326 .has_phy = 1, 376 .has_phy = 1, 427 .has_phy = 1, 446 .has_phy = 1, 467 .has_phy = 1, 488 .has_phy = 1, 516 .has_phy = 1, [all …]
|
| /linux/arch/mips/include/asm/mach-bcm63xx/ |
| H A D | bcm63xx_dev_enet.h | 16 int has_phy; member
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | bcm63xx_enet.c | 905 if (priv->has_phy) { in bcm_enet_open() 1195 if (priv->has_phy) in bcm_enet_stop() 1229 if (priv->has_phy) in bcm_enet_stop() 1429 if (priv->has_phy) in bcm_enet_nway_reset() 1443 if (priv->has_phy) { in bcm_enet_get_link_ksettings() 1476 if (priv->has_phy) { in bcm_enet_set_link_ksettings() 1565 if (priv->has_phy) { in bcm_enet_set_pauseparam() 1605 if (priv->has_phy) { in bcm_enet_ioctl() 1770 priv->has_phy = pd->has_phy; in bcm_enet_probe() 1789 if (priv->has_phy && !priv->use_external_mii) { in bcm_enet_probe() [all …]
|
| H A D | bcm63xx_enet.h | 287 int has_phy; member
|