Home
last modified time | relevance | path

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

/openbmc/linux/drivers/sbus/char/
H A Doradax.c70 #define DAX_CCB_RETRIES 10000 macro
507 for (nretries = 0; nretries < DAX_CCB_RETRIES; nretries++) { in dax_ccb_wait()
514 (void *)ctx, idx, DAX_CCB_USEC, DAX_CCB_RETRIES); in dax_ccb_wait()
713 for (count = 0; count < DAX_CCB_RETRIES; count++) { in dax_ccb_kill()