Searched refs:g_delay (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/arch/arm/mach-omap2/omap5/ |
H A D | dra7xx_iodelay.c | 109 static u32 get_cfg_reg(u16 a_delay, u16 g_delay, u32 cpde, u32 fpde) in get_cfg_reg() argument 116 g_delay_coarse = g_delay / 920; in get_cfg_reg() 117 g_delay_fine = ((g_delay % 920) * 10) / 60; in get_cfg_reg() 160 reg = get_cfg_reg(iodelay->a_delay, iodelay->g_delay, cpde, in do_set_iodelay()
|
/openbmc/linux/drivers/pinctrl/ti/ |
H A D | pinctrl-ti-iodelay.c | 120 u16 g_delay; member 223 g_delay_coarse = cfg->g_delay / 920; in ti_iodelay_pinconf_set() 224 g_delay_fine = ((cfg->g_delay % 920) * 10) / 60; in ti_iodelay_pinconf_set() 270 cfg->offset, cfg->a_delay, cfg->g_delay, c_elements, in ti_iodelay_pinconf_set() 460 cfg[pin_index].g_delay = pinctrl_spec->args[2] & 0xffff; in ti_iodelay_node_iterator() 475 cfg[pin_index].g_delay); in ti_iodelay_node_iterator() 688 cfg ? cfg->g_delay : -1, in ti_iodelay_pin_dbg_show() 720 cfg->offset, reg, cfg->a_delay, cfg->g_delay); in ti_iodelay_pinconf_group_dbg_show()
|
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/ |
H A D | sys_proto.h | 27 u16 g_delay; member
|
/openbmc/u-boot/drivers/mmc/ |
H A D | omap_hsmmc.c | 1670 iodelay[index].g_delay = fdt32_to_cpu(pinctrl[3 * index + 2]);
|