Lines Matching defs:rkusbphy_softc
170 struct rkusbphy_softc {
187 static uint32_t rkusbphy_rd(struct rkusbphy_softc *,
189 static int rkusbphy_isset(struct rkusbphy_softc *,
191 static void rkusbphy_wr(struct rkusbphy_softc *,
193 static void rkusbphy_set(struct rkusbphy_softc *,
204 static void rkusbphy_register(struct rkusbphy_softc *,
218 sizeof (struct rkusbphy_softc), rkusbphy_match, rkusbphy_attach
264 struct rkusbphy_softc *sc = (struct rkusbphy_softc *)self;
306 rkusbphy_rd(struct rkusbphy_softc *sc, const struct rkusbphy_reg *r)
319 rkusbphy_isset(struct rkusbphy_softc *sc, const struct rkusbphy_reg *r)
325 rkusbphy_wr(struct rkusbphy_softc *sc, const struct rkusbphy_reg *r, uint32_t v)
335 rkusbphy_set(struct rkusbphy_softc *sc, const struct rkusbphy_reg *r)
341 rkusbphy_register(struct rkusbphy_softc *sc, struct phy_device *pd,
362 rkusbphy_phy_supply(struct rkusbphy_softc *sc, int node)
387 struct rkusbphy_softc *sc = cookie;
400 struct rkusbphy_softc *sc = cookie;