HomeSort by relevance Sort by last modified time
    Searched refs:MAX_I2C_RETRY (Results 1 - 4 of 4) sorted by null

  /external/u-boot/board/nvidia/cardhu/
cardhu.c 17 #define MAX_I2C_RETRY 3
57 for (i = 0; i < MAX_I2C_RETRY; ++i) {
66 for (i = 0; i < MAX_I2C_RETRY; ++i) {
  /external/u-boot/drivers/power/
tps6586x.c 31 #define MAX_I2C_RETRY 3
38 for (i = 0; i < MAX_I2C_RETRY; ++i) {
61 for (i = 0; i < MAX_I2C_RETRY; ++i) {
  /external/u-boot/board/toradex/apalis_t30/
apalis_t30.c 24 #define MAX_I2C_RETRY 3
  /external/u-boot/board/toradex/colibri_t20/
colibri_t20.c 22 #define MAX_I2C_RETRY 3

Completed in 1731 milliseconds