Searched defs:bus (Results 1 - 2 of 2) sorted by relevance

/net/dsa/
H A Ddsa.c145 /* Make the built-in MII bus mask match the number of ports,
341 struct mii_bus *bus; local
343 bus = to_mii_bus(d);
346 return bus;
452 mdio = of_parse_phandle(np, "dsa,mii-bus", 0);
H A Dslave.c20 static int dsa_slave_phy_read(struct mii_bus *bus, int addr, int reg) argument
22 struct dsa_switch *ds = bus->priv;
30 static int dsa_slave_phy_write(struct mii_bus *bus, int addr, int reg, u16 val) argument
32 struct dsa_switch *ds = bus->priv;
490 * MDIO bus instead

Completed in 165 milliseconds