Lines Matching defs:bus
48 /* Wait 1000 clocks so we don't saturate the RSL bus
60 int cavium_mdiobus_read_c22(struct mii_bus *bus, int phy_id, int regnum)
62 struct cavium_mdiobus *p = bus->priv;
76 /* Wait 1000 clocks so we don't saturate the RSL bus
90 int cavium_mdiobus_read_c45(struct mii_bus *bus, int phy_id, int devad,
93 struct cavium_mdiobus *p = bus->priv;
110 /* Wait 1000 clocks so we don't saturate the RSL bus
124 int cavium_mdiobus_write_c22(struct mii_bus *bus, int phy_id, int regnum,
127 struct cavium_mdiobus *p = bus->priv;
145 /* Wait 1000 clocks so we don't saturate the RSL bus
159 int cavium_mdiobus_write_c45(struct mii_bus *bus, int phy_id, int devad,
162 struct cavium_mdiobus *p = bus->priv;
183 /* Wait 1000 clocks so we don't saturate the RSL bus
197 MODULE_DESCRIPTION("Common code for OCTEON and Thunder MDIO bus drivers");