Searched refs:sfsc (Results 1 – 1 of 1) sorted by relevance
190 struct sfuart_softc *sfsc; in sfuart_bus_attach() local195 sfsc = (struct sfuart_softc *)sc; in sfuart_bus_attach()198 error = clk_get_by_ofw_index(sc->sc_dev, 0, 0, &sfsc->clk); in sfuart_bus_attach()204 error = clk_enable(sfsc->clk); in sfuart_bus_attach()210 error = clk_get_freq(sfsc->clk, &freq); in sfuart_bus_attach()212 clk_disable(sfsc->clk); in sfuart_bus_attach()237 struct sfuart_softc *sfsc; in sfuart_bus_detach() local240 sfsc = (struct sfuart_softc *)sc; in sfuart_bus_detach()250 clk_disable(sfsc->clk); in sfuart_bus_detach()