Home
last modified time | relevance | path

Searched refs:root_entry (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-imx/mx7/
H A Dclock_slice.c411 int root_entry, src_entry; in clock_set_src() local
417 root_entry = select(clock_id); in clock_set_src()
418 if (root_entry < 0) in clock_set_src()
421 src_entry = src_supported(root_entry, clock_src); in clock_set_src()
437 int root_entry; in clock_get_src() local
447 root_entry = select(clock_id); in clock_get_src()
448 if (root_entry < 0) in clock_get_src()
451 p = &root_array[root_entry]; in clock_get_src()
459 int root_entry; in clock_set_prediv() local
466 root_entry = select(clock_id); in clock_set_prediv()
[all …]
/openbmc/u-boot/arch/arm/mach-imx/imx8m/
H A Dclock_slice.c534 int root_entry; in clock_get_target_val() local
541 root_entry = select(clock_id); in clock_get_target_val()
542 if (root_entry < 0) in clock_get_target_val()
545 p = &root_array[root_entry]; in clock_get_target_val()
557 int root_entry; in clock_set_target_val() local
564 root_entry = select(clock_id); in clock_set_target_val()
565 if (root_entry < 0) in clock_set_target_val()
568 p = &root_array[root_entry]; in clock_set_target_val()
583 int root_entry; in clock_root_enabled() local
588 root_entry = select(clock_id); in clock_root_enabled()
[all …]