HomeSort by relevance Sort by last modified time
    Searched refs:auto_en (Results 1 - 3 of 3) sorted by null

  /external/u-boot/arch/arm/include/asm/arch-mx7/
clock_slice.h 105 int auto_en);
107 int *auto_en);
  /external/u-boot/arch/arm/mach-imx/mx7/
clock_slice.c 573 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. */
clock.c 441 int auto_en; local
452 if (clock_get_autopostdiv(clock_id, &auto_podf, &auto_en) < 0)
455 if (auto_en == 0)

Completed in 1589 milliseconds