Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-stu300.c132 #define NUM_ADDR_RESEND_ATTEMPTS 12 macro
730 } while (ret != 0 && attempts < NUM_ADDR_RESEND_ATTEMPTS); in stu300_xfer_msg()
732 if (attempts < NUM_ADDR_RESEND_ATTEMPTS && attempts > 0) { in stu300_xfer_msg()
735 } else if (attempts == NUM_ADDR_RESEND_ATTEMPTS) { in stu300_xfer_msg()
738 NUM_ADDR_RESEND_ATTEMPTS); in stu300_xfer_msg()