Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dimx_ocotp.c227 uint32_t relax = 0; in ocotp_set_timing() local
232 relax = DIV_ROUND_UP(clk_rate * TIMING_RELAX_NS, 1000000000) - 1; in ocotp_set_timing()
236 strobe_read += 2 * (relax + 1) - 1; in ocotp_set_timing()
239 strobe_prog += 2 * (relax + 1) - 1; in ocotp_set_timing()
242 timing = set_field_u32(timing, OCOTP_TIMING_RELAX, relax); in ocotp_set_timing()