Home
last modified time | relevance | path

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

/external/u-boot/drivers/i2c/
Dsoft_i2c.c75 # ifndef I2C_DELAY
76 # define I2C_DELAY udelay(5) /* 1/4 I2C clock duration */ macro
144 I2C_DELAY; in send_reset()
145 I2C_DELAY; in send_reset()
147 I2C_DELAY; in send_reset()
148 I2C_DELAY; in send_reset()
162 I2C_DELAY; in send_start() local
165 I2C_DELAY; in send_start()
167 I2C_DELAY; in send_start()
169 I2C_DELAY; in send_start()
[all …]
/external/u-boot/include/configs/
Dsnapper9260.h108 #define I2C_DELAY udelay(2) macro
Dethernut5.h138 #define I2C_DELAY udelay(100) macro
Dvct.h177 #define I2C_DELAY udelay(5) /* 1/4 I2C clock duration */ macro
Dhrcon.h422 #define I2C_DELAY udelay(25) /* 1/4 I2C clock duration */ macro
Dstrider.h454 #define I2C_DELAY udelay(25) /* 1/4 I2C clock duration */ macro
/external/u-boot/include/configs/km/
Dkm_arm.h180 #define I2C_DELAY udelay(1) macro
/external/u-boot/
DREADME1886 I2C_DELAY
1890 is 1 / (I2C_DELAY * 4). Often defined to be something
1893 #define I2C_DELAY udelay(2)