meson_sdio.c | 158 struct clk *clk_clkin, *clk_core; local in function:meson_sdio_attach 179 clk_clkin = fdtbus_clock_get(phandle, "clkin"); 180 if (clk_clkin == NULL) { 236 sc->sc_bus_freq = clk_get_rate(clk_clkin); 238 aprint_normal_dev(self, "core %u Hz, clkin %u Hz\n", clk_get_rate(clk_core), clk_get_rate(clk_clkin));
|