Home
last modified time | relevance | path

Searched refs:relax (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/misc/
H A Dmxc_ocotp.c271 u32 relax, strobe_read, strobe_prog; in set_timing() local
276 relax = DIV_ROUND_UP(ipg_clk * BV_TIMING_RELAX_NS, 1000000000) - 1; in set_timing()
278 1000000000) + 2 * (relax + 1) - 1; in set_timing()
280 1000000) + 2 * (relax + 1) - 1; in set_timing()
283 BF(relax, TIMING_RELAX) | in set_timing()
/rk3399_rockchip-uboot/arch/nds32/
H A Dconfig.mk22 LDFLAGS_u-boot = --gc-sections --relax -pie