Home
last modified time | relevance | path

Searched refs:used_ports (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_dev_enet.h87 struct bcm63xx_enetsw_port used_ports[ENETSW_MAX_PORT]; member
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_dev_enet.h87 struct bcm63xx_enetsw_port used_ports[ENETSW_MAX_PORT]; member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.h332 struct bcm63xx_enetsw_port used_ports[ENETSW_MAX_PORT]; member
H A 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-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A 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()

Completed in 40 milliseconds