Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/i2c/busses/
Di2c-stu300.c132 #define NUM_ADDR_RESEND_ATTEMPTS 12 macro
717 } while (ret != 0 && attempts < NUM_ADDR_RESEND_ATTEMPTS); in stu300_xfer_msg()
719 if (attempts < NUM_ADDR_RESEND_ATTEMPTS && attempts > 0) { in stu300_xfer_msg()
722 } else if (attempts == NUM_ADDR_RESEND_ATTEMPTS) { in stu300_xfer_msg()
725 NUM_ADDR_RESEND_ATTEMPTS); in stu300_xfer_msg()