Searched refs:strobe_read (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/nvmem/
H A Dvf610-ocotp.c117 u32 relax, strobe_read, strobe_prog; local
125 strobe_read = clk_rate / (1000000000 / 40) + 2 * (DEF_RELAX + 1) - 1;
128 timing |= BF(strobe_read, OCOTP_TIMING_STROBE_READ);
H A Dimx-ocotp.c240 unsigned long strobe_read, relax, strobe_prog; local
274 strobe_read = DIV_ROUND_UP(clk_rate * TIMING_STROBE_READ_NS,
276 strobe_read += 2 * (relax + 1) - 1;
284 timing |= (strobe_read << 16) & 0x003F0000;

Completed in 221 milliseconds