clk_disable
clk_disable(fuse_softc->sc_clk);
clk_disable(sc->sc_clockapb);
clk_disable(sc->sc_clock);
error = clk_disable(sc->sc_clk_hsic);
error = clk_disable(sc->sc_clk_phy);
if (clk_disable(sc->sc_clk_ram) != 0) {
if (clk_disable(sc->sc_clk_ahb) != 0 ||
clk_disable(sc->sc_clk_mod) != 0) {
if (clk_disable(sc->sc_clk_ram) != 0) {
error = clk_disable(sc->sc_clk_mod);
if (clk_disable(sc->sc_clk_ahb) != 0) {
if (clk_disable(sc->sc_clk_ahb) != 0) {
if (clk_disable(sc->sc_clk_ch0) != 0) {
if (clk_disable(sc->sc_clk_ch1) != 0) {
if (clk_disable(sc->sc_clk_ahb) != 0) {
if ((error = clk_disable(sc->sc_clk_ch0)) != 0) {
if ((error = clk_disable(sc->sc_clk_ch1)) != 0) {
error = clk_disable(sc->sc_clk_ch1);
error = clk_disable(phy->phy_clk48);
error = clk_disable(sc->sc_phy_logic_clk);
return clk_disable(clk_gate);
return clk_disable(clk_parent);
int clk_disable(struct clk *);
clk_disable(sc->sc_clk);