Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_dev_enet.h87 struct bcm63xx_enetsw_port used_ports[ENETSW_MAX_PORT]; member
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dmvgbe.c692 u8 used_ports[MAX_MVGBE_DEVS] = CONFIG_MVGBE_PORTS; in mvgbe_initialize() local
696 if (used_ports[devnum] == 0) in mvgbe_initialize()
/OK3568_Linux_fs/kernel/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()