Home | Sort by: relevance | last modified time | path |
/src/sys/dev/fdt/ | |
fdt_clock.c | 44 int cc_phandle; member in struct:fdtbus_clock_controller 61 cc->cc_phandle = phandle; 77 if (cc->cc_phandle == phandle) 98 const int cc_phandle = local in function:fdtbus_clock_get_index_prop 100 if (of_getprop_uint32(cc_phandle, "#clock-cells", &clock_cells)) 103 cc = fdtbus_get_clock_controller(cc_phandle); 106 clk = cc->cc_funcs->decode(cc->cc_dev, cc_phandle, 147 const int cc_phandle = local in function:fdtbus_clock_count 149 if (of_getprop_uint32(cc_phandle, "#clock-cells", &clock_cells)) 202 err = fdtbus_get_index(cc->cc_phandle, "clock-output-names", clkname, &index) [all...] |
/src/sys/arch/arm/sociox/ | |
if_scx.c | 650 const int cc_phandle = local in function:get_clk_freq 652 if (of_getprop_uint32(cc_phandle, "#clock-cells", &cells)) 655 if (of_getprop_uint32(cc_phandle, |