Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/arch-mx7/
Dclock_slice.h105 int auto_en);
107 int *auto_en);
/external/u-boot/arch/arm/mach-imx/mx7/
Dclock_slice.c573 int auto_en) in clock_set_autopostdiv() argument
600 if (auto_en) in clock_set_autopostdiv()
611 int *auto_en) in clock_get_autopostdiv() argument
631 *auto_en = 0; in clock_get_autopostdiv()
638 *auto_en = 0; in clock_get_autopostdiv()
640 *auto_en = 1; in clock_get_autopostdiv()
Dclock.c441 int auto_en; in get_root_clk() local
452 if (clock_get_autopostdiv(clock_id, &auto_podf, &auto_en) < 0) in get_root_clk()
455 if (auto_en == 0) in get_root_clk()