Home
last modified time | relevance | path

Searched refs:sfsc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/riscv/sifive/
H A Dsifive_uart.c190 struct sfuart_softc *sfsc; in sfuart_bus_attach() local
195 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() local
240 sfsc = (struct sfuart_softc *)sc; in sfuart_bus_detach()
250 clk_disable(sfsc->clk); in sfuart_bus_detach()