HomeSort by: relevance | last modified time | path
    Searched refs:osclk (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/riscv/starfive/
jh7100_clkc.c 492 struct clk * const osclk = fdtbus_clock_get(phandle, "osc_sys"); local in function:jh7100_clkc_attach
493 if (osclk == NULL) {
497 u_int osclk_rate = clk_get_rate(osclk);

Completed in 11 milliseconds