Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvmem/
Dvf610-ocotp.c62 #define DEF_RELAX 20 macro
131 relax = clk_rate / (1000000000 / DEF_RELAX) - 1; in vf610_ocotp_calculate_timing()
132 strobe_prog = clk_rate / (1000000000 / 10000) + 2 * (DEF_RELAX + 1) - 1; in vf610_ocotp_calculate_timing()
133 strobe_read = clk_rate / (1000000000 / 40) + 2 * (DEF_RELAX + 1) - 1; in vf610_ocotp_calculate_timing()
Dimx-ocotp.c53 #define DEF_RELAX 20 /* > 16.5ns */ macro
188 relax = clk_rate / (1000000000 / DEF_RELAX) - 1; in imx_ocotp_set_imx6_timing()
189 strobe_prog = clk_rate / (1000000000 / 10000) + 2 * (DEF_RELAX + 1) - 1; in imx_ocotp_set_imx6_timing()
190 strobe_read = clk_rate / (1000000000 / 40) + 2 * (DEF_RELAX + 1) - 1; in imx_ocotp_set_imx6_timing()