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

  /external/u-boot/arch/arm/mach-omap2/omap5/
dra7xx_iodelay.c 143 struct iodelay_cfg_entry *iodelay = (struct iodelay_cfg_entry *)array; local
159 for (i = 0; i < niodelays; i++, iodelay++) {
160 reg = get_cfg_reg(iodelay->a_delay, iodelay->g_delay, cpde,
162 writel(reg, base + iodelay->offset);
174 puts("IODELAY recalibration called from invalid context - use only from SPL in SRAM\n");
178 /* unlock IODELAY CONFIG registers */
201 puts("IODELAY recalibration called from invalid context - use only from SPL in SRAM\n");
208 /* lock IODELAY CONFIG registers */
219 puts("IODELAY: IO delay calibration sequence failed\n")
    [all...]
  /external/u-boot/arch/arm/include/asm/arch-omap5/
dra7xx_iodelay.h 83 struct iodelay_cfg_entry const *iodelay,
86 struct iodelay_cfg_entry const *iodelay,
  /external/u-boot/drivers/mmc/
omap_hsmmc.c 69 struct iodelay_cfg_entry *iodelay; member in struct:omap_hsmmc_pinctrl_state
339 if (pinctrl_state->iodelay)
342 pinctrl_state->iodelay,
1566 struct iodelay_cfg_entry *iodelay; local
1679 struct iodelay_cfg_entry *iodelay; local
    [all...]
  /external/u-boot/board/ti/dra7xx/
evm.c 765 struct iodelay_cfg_entry const *iodelay; local
778 iodelay = dra71_iodelay_cfg_array;
784 iodelay = dra72_iodelay_cfg_array_revc;
790 iodelay = dra72_iodelay_cfg_array_revb;
798 iodelay = dra742_es1_1_iodelay_cfg_array;
805 iodelay = dra76x_es1_0_iodelay_cfg_array;
813 iodelay = dra742_es2_0_iodelay_cfg_array;
838 /* Setup IOdelay configuration */
839 ret = do_set_iodelay((*ctrl)->iodelay_config_base, iodelay, niodelays);
    [all...]

Completed in 1174 milliseconds