Home
last modified time | relevance | path

Searched refs:a_delay (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap5/
H A Ddra7xx_iodelay.c110 static u32 get_cfg_reg(u16 a_delay, u16 g_delay, u32 cpde, u32 fpde) in get_cfg_reg() argument
120 a_delay_coarse = a_delay / cpde; in get_cfg_reg()
121 a_delay_fine = ((a_delay % cpde) * 10) / fpde; in get_cfg_reg()
161 reg = get_cfg_reg(iodelay->a_delay, iodelay->g_delay, cpde, in do_set_iodelay()
/OK3568_Linux_fs/kernel/drivers/pinctrl/ti/
H A Dpinctrl-ti-iodelay.c116 u16 a_delay; member
223 a_delay_coarse = cfg->a_delay / ival->cdpe; in ti_iodelay_pinconf_set()
224 a_delay_fine = ((cfg->a_delay % ival->cdpe) * 10) / ival->fdpe; in ti_iodelay_pinconf_set()
267 cfg->offset, cfg->a_delay, cfg->g_delay, c_elements, in ti_iodelay_pinconf_set()
450 cfg[pin_index].a_delay = pinctrl_spec->args[1] & 0xffff; in ti_iodelay_node_iterator()
465 np, cfg[pin_index].offset, cfg[pin_index].a_delay, in ti_iodelay_node_iterator()
676 cfg ? cfg->a_delay : -1, in ti_iodelay_pin_dbg_show()
709 cfg->offset, reg, cfg->a_delay, in ti_iodelay_pinconf_group_dbg_show()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap5/
H A Dsys_proto.h29 u16 a_delay; member