Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dvsc9953.c18 static struct vsc9953_info vsc9953_l2sw = { variable
36 vsc9953_l2sw.port[port_no].bus = bus; in vsc9953_port_info_set_mdio()
44 vsc9953_l2sw.port[port_no].phyaddr = address; in vsc9953_port_info_set_phy_address()
52 vsc9953_l2sw.port[port_no].enet_if = phy_int; in vsc9953_port_info_set_phy_int()
60 vsc9953_l2sw.port[port_no].enabled = 1; in vsc9953_port_enable()
68 vsc9953_l2sw.port[port_no].enabled = 0; in vsc9953_port_disable()
168 dev->priv = &vsc9953_l2sw.port[port_no]; in vsc9953_port_init()
680 if (!vsc9953_l2sw.port[port_no].phydev) in vsc9953_phy_autoneg()
684 vsc9953_l2sw.port[port_no].phydev)) in vsc9953_phy_autoneg()
2660 if (!vsc9953_l2sw.port[i].enabled) in vsc9953_init()
[all …]