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

  /external/u-boot/arch/arm/mach-omap2/omap5/
dra7xx_iodelay.c 109 static u32 get_cfg_reg(u16 a_delay, u16 g_delay, u32 cpde, u32 fpde)
116 g_delay_coarse = g_delay / 920;
117 g_delay_fine = ((g_delay % 920) * 10) / 60;
160 reg = get_cfg_reg(iodelay->a_delay, iodelay->g_delay, cpde,
  /external/u-boot/arch/arm/include/asm/arch-omap5/
sys_proto.h 20 * Theoretical max for g_delay is 21560 ps.
21 * Theoretical max for a_delay is 1/3rd of g_delay max.
22 * So using u16 for both a/g_delay.
27 u16 g_delay; member in struct:iodelay_cfg_entry
  /external/u-boot/drivers/mmc/
omap_hsmmc.c     [all...]

Completed in 133 milliseconds