Home
last modified time | relevance | path

Searched refs:auto_en (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx7/
H A Dclock_slice.h106 int auto_en);
108 int *auto_en);
/rk3399_rockchip-uboot/arch/arm/mach-imx/mx7/
H A Dclock_slice.c574 int auto_en) in clock_set_autopostdiv() argument
601 if (auto_en) in clock_set_autopostdiv()
612 int *auto_en) in clock_get_autopostdiv() argument
632 *auto_en = 0; in clock_get_autopostdiv()
639 *auto_en = 0; in clock_get_autopostdiv()
641 *auto_en = 1; in clock_get_autopostdiv()
H A Dclock.c442 int auto_en; in get_root_clk() local
453 if (clock_get_autopostdiv(clock_id, &auto_podf, &auto_en) < 0) in get_root_clk()
456 if (auto_en == 0) in get_root_clk()