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

/u-boot/arch/arm/include/asm/arch-mx7/
H A Dclock_slice.h105 int auto_en);
107 int *auto_en);
/u-boot/arch/arm/mach-imx/mx7/
H A Dclock_slice.c573 int auto_en)
600 if (auto_en)
611 int *auto_en)
628 * If unsupported, just set auto_en and div with 0.
631 *auto_en = 0;
638 *auto_en = 0;
640 *auto_en = 1;
670 /* Auto_div and auto_en is ignored, they are rarely used. */
572 clock_set_autopostdiv(enum clk_root_index clock_id, enum root_auto_div div, int auto_en) argument
610 clock_get_autopostdiv(enum clk_root_index clock_id, enum root_auto_div *div, int *auto_en) argument
H A Dclock.c445 int auto_en; local
456 if (clock_get_autopostdiv(clock_id, &auto_podf, &auto_en) < 0)
459 if (auto_en == 0)

Completed in 43 milliseconds