Home
last modified time | relevance | path

Searched refs:used_ports (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dbcm6368-eth.c225 port = &priv->used_ports[i]; in bcm6368_eth_adjust_link()
325 if (!priv->used_ports[i].used) in bcm6368_eth_start()
368 port = &priv->used_ports[i]; in bcm6368_eth_start()
420 if (!priv->used_ports[i].used) in bcm6368_eth_stop()
459 if (!priv->used_ports[i].used) in bcm6368_phy_is_external()
461 if (priv->used_ports[i].phy_id == phy_id) in bcm6368_phy_is_external()
607 priv->used_ports[p].used = true; in bcm6368_eth_probe()
608 priv->used_ports[p].name = label; in bcm6368_eth_probe()
609 priv->used_ports[p].phy_id = phy_id; in bcm6368_eth_probe()
614 priv->used_ports[p].bypass_link = true; in bcm6368_eth_probe()
[all …]
H A Dmvgbe.c828 u8 used_ports[MAX_MVGBE_DEVS] = CONFIG_MVGBE_PORTS; in mvgbe_initialize() local
832 if (used_ports[devnum] == 0) in mvgbe_initialize()
/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_dev_enet.h87 struct bcm63xx_enetsw_port used_ports[ENETSW_MAX_PORT]; member
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.h338 struct bcm63xx_enetsw_port used_ports[ENETSW_MAX_PORT]; member
H A Dbcm63xx_enet.c2014 port = &priv->used_ports[i]; in swphy_poll_timer()
2278 port = &priv->used_ports[i]; in bcm_enetsw_open()
2395 if (!priv->used_ports[i].used) in bcm_enetsw_phy_is_external()
2397 if (priv->used_ports[i].phy_id == phy_id) in bcm_enetsw_phy_is_external()
2679 memcpy(priv->used_ports, pd->used_ports, in bcm_enetsw_probe()
2680 sizeof(pd->used_ports)); in bcm_enetsw_probe()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display.c4428 unsigned int used_ports = 0; in check_digital_port_conflicts() local
4470 if (used_ports & BIT(encoder->port)) in check_digital_port_conflicts()
4473 used_ports |= BIT(encoder->port); in check_digital_port_conflicts()
4486 if (used_ports & used_mst_ports) in check_digital_port_conflicts()