Searched refs:strobe_read (Results 1 – 2 of 2) sorted by relevance
125 u32 relax, strobe_read, strobe_prog; in vf610_ocotp_calculate_timing() local133 strobe_read = clk_rate / (1000000000 / 40) + 2 * (DEF_RELAX + 1) - 1; in vf610_ocotp_calculate_timing()136 timing |= BF(strobe_read, OCOTP_TIMING_STROBE_READ); in vf610_ocotp_calculate_timing()
177 unsigned long strobe_read, relax, strobe_prog; in imx_ocotp_set_imx6_timing() local190 strobe_read = clk_rate / (1000000000 / 40) + 2 * (DEF_RELAX + 1) - 1; in imx_ocotp_set_imx6_timing()194 timing |= (strobe_read << 16) & 0x003F0000; in imx_ocotp_set_imx6_timing()