Home | Sort by: relevance | last modified time | path |
/src/sys/dev/fdt/ | |
fdt_clock.c | 90 u_int n, clock_cells; local in function:fdtbus_clock_get_index_prop 100 if (of_getprop_uint32(cc_phandle, "#clock-cells", &clock_cells)) 107 clock_cells > 0 ? &p[1] : NULL, clock_cells * 4); 110 resid -= (clock_cells + 1) * 4; 111 p += clock_cells + 1; 139 u_int n, clock_cells; local in function:fdtbus_clock_count 149 if (of_getprop_uint32(cc_phandle, "#clock-cells", &clock_cells)) 151 resid -= (clock_cells + 1) * 4; 152 p += clock_cells + 1 198 u_int index, clock_cells; local in function:fdtbus_clock_byname [all...] |