Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/phy/
Dfixed.c120 struct fixed_mdio_bus *fmb = bus->priv; in fixed_mdio_read() local
126 list_for_each_entry(fp, &fmb->phys, node) { in fixed_mdio_read()
156 struct fixed_mdio_bus *fmb = &platform_fmb; in fixed_phy_set_link_update() local
162 list_for_each_entry(fp, &fmb->phys, node) { in fixed_phy_set_link_update()
178 struct fixed_mdio_bus *fmb = &platform_fmb; in fixed_phy_add() local
187 fmb->irqs[phy_id] = irq; in fixed_phy_add()
196 list_add_tail(&fp->node, &fmb->phys); in fixed_phy_add()
208 struct fixed_mdio_bus *fmb = &platform_fmb; in fixed_mdio_bus_init() local
217 fmb->mii_bus = mdiobus_alloc(); in fixed_mdio_bus_init()
218 if (fmb->mii_bus == NULL) { in fixed_mdio_bus_init()
[all …]