Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/devices/
H A Dst_spi_fsm.c200 #define STFSM_MAX_WAIT_SEQ_MS 1000 /* FSM execution time */ macro
733 deadline = jiffies + msecs_to_jiffies(STFSM_MAX_WAIT_SEQ_MS); in stfsm_wait_seq()