Lines Matching refs:sc_node
117 int sc_node; member
160 sc->sc_node = faa->fa_node; in rktcphy_attach()
185 grf = OF_getpropint(sc->sc_node, "rockchip,grf", 0); in rktcphy_attach()
188 reset_assert(sc->sc_node, "uphy"); in rktcphy_attach()
189 reset_assert(sc->sc_node, "uphy-pipe"); in rktcphy_attach()
190 reset_assert(sc->sc_node, "uphy-tcphy"); in rktcphy_attach()
192 clock_set_assigned(sc->sc_node); in rktcphy_attach()
195 usb3 = OF_getnodebyname(sc->sc_node, "usb3-port"); in rktcphy_attach()
244 clock_enable(sc->sc_node, "tcpdcore"); in rktcphy_enable()
245 clock_enable(sc->sc_node, "tcpdphy-ref"); in rktcphy_enable()
247 reset_deassert(sc->sc_node, "uphy-tcphy"); in rktcphy_enable()
300 reset_deassert(sc->sc_node, "uphy"); in rktcphy_enable()
313 reset_deassert(sc->sc_node, "uphy-pipe"); in rktcphy_enable()