Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_dev_enet.h87 struct bcm63xx_enetsw_port used_ports[ENETSW_MAX_PORT]; member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
Dbcm63xx_enet.h332 struct bcm63xx_enetsw_port used_ports[ENETSW_MAX_PORT]; member
Dbcm63xx_enet.c1987 port = &priv->used_ports[i]; in swphy_poll_timer()
2251 port = &priv->used_ports[i]; in bcm_enetsw_open()
2388 if (!priv->used_ports[i].used) in bcm_enetsw_phy_is_external()
2390 if (priv->used_ports[i].phy_id == phy_id) in bcm_enetsw_phy_is_external()
2666 memcpy(priv->used_ports, pd->used_ports, in bcm_enetsw_probe()
2667 sizeof(pd->used_ports)); in bcm_enetsw_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_display.c13220 unsigned int used_ports = 0; in check_digital_port_conflicts() local
13262 if (used_ports & BIT(encoder->port)) in check_digital_port_conflicts()
13265 used_ports |= BIT(encoder->port); in check_digital_port_conflicts()
13278 if (used_ports & used_mst_ports) in check_digital_port_conflicts()