Searched refs:fmb_mii_bus (Results 1 – 1 of 1) sorted by relevance
36 static struct mii_bus *fmb_mii_bus; variable142 if (!fmb_mii_bus || fmb_mii_bus->state != MDIOBUS_REGISTERED) in fixed_phy_register()153 phy = get_phy_device(fmb_mii_bus, phy_addr, false); in fixed_phy_register()199 fmb_mii_bus = mdiobus_alloc(); in fixed_mdio_bus_init()200 if (!fmb_mii_bus) in fixed_mdio_bus_init()203 snprintf(fmb_mii_bus->id, MII_BUS_ID_SIZE, "fixed-0"); in fixed_mdio_bus_init()204 fmb_mii_bus->name = "Fixed MDIO Bus"; in fixed_mdio_bus_init()205 fmb_mii_bus->read = &fixed_mdio_read; in fixed_mdio_bus_init()206 fmb_mii_bus->write = &fixed_mdio_write; in fixed_mdio_bus_init()207 fmb_mii_bus->phy_mask = ~0; in fixed_mdio_bus_init()[all …]