/src/sys/arch/arm/sunxi/ |
sunxi_de2_ccu.c | 128 struct clk *clk_bus, *clk_mod; local in function:sunxi_de2_ccu_attach 147 clk_mod = fdtbus_clock_get(phandle, "mod"); 148 if (clk_mod == NULL || clk_enable(clk_mod) != 0) {
|
sunxi_de2_ccu.c | 128 struct clk *clk_bus, *clk_mod; local in function:sunxi_de2_ccu_attach 147 clk_mod = fdtbus_clock_get(phandle, "mod"); 148 if (clk_mod == NULL || clk_enable(clk_mod) != 0) {
|
sunxi_hdmiphy.c | 409 struct clk *clk_bus, *clk_mod, *clk_pll0; local in function:sunxi_hdmiphy_attach 425 clk_mod = fdtbus_clock_get(phandle, "mod"); 427 if (clk_bus == NULL || clk_mod == NULL || clk_pll0 == NULL) { 441 sc->sc_clk_mod = clk_mod;
|
sunxi_hdmiphy.c | 409 struct clk *clk_bus, *clk_mod, *clk_pll0; local in function:sunxi_hdmiphy_attach 425 clk_mod = fdtbus_clock_get(phandle, "mod"); 427 if (clk_bus == NULL || clk_mod == NULL || clk_pll0 == NULL) { 441 sc->sc_clk_mod = clk_mod;
|
sunxi_mixer.c | 1271 struct clk *clk_bus, *clk_mod; local in function:sunxi_mixer_attach 1293 clk_mod = fdtbus_clock_get(phandle, "mod"); 1294 if (clk_mod == NULL || 1295 clk_set_rate(clk_mod, SUNXI_MIXER_FREQ) != 0 || 1296 clk_enable(clk_mod) != 0) {
|
sunxi_mixer.c | 1271 struct clk *clk_bus, *clk_mod; local in function:sunxi_mixer_attach 1293 clk_mod = fdtbus_clock_get(phandle, "mod"); 1294 if (clk_mod == NULL || 1295 clk_set_rate(clk_mod, SUNXI_MIXER_FREQ) != 0 || 1296 clk_enable(clk_mod) != 0) {
|