Lines Matching defs:cuint
2087 const fdt32_t *cuint = NULL;
2100 cuint = fdt_getprop(fdt, subnode, "clock-frequency", &ret);
2101 if (cuint == NULL) {
2105 osci->freq = fdt32_to_cpu(*cuint);
2202 const fdt32_t *cuint = NULL;
2207 cuint = fdt_getprop(fdt, subnode, "st,pll", NULL);
2208 if (!cuint) {
2212 subnode_pll = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint));
2217 cuint = fdt_getprop(fdt, subnode_pll, "st,pll_vco", NULL);
2218 if (!cuint) {
2222 subnode_vco = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint));