Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A 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 …]
/openbmc/u-boot/include/configs/
H A Dsnapper9260.h106 #define I2C_DELAY udelay(2) macro
H A Dethernut5.h131 #define I2C_DELAY udelay(100) macro
H A Dvct.h175 #define I2C_DELAY udelay(5) /* 1/4 I2C clock duration */ macro
H A Dhrcon.h419 #define I2C_DELAY udelay(25) /* 1/4 I2C clock duration */ macro
H A Dstrider.h451 #define I2C_DELAY udelay(25) /* 1/4 I2C clock duration */ macro
/openbmc/u-boot/include/configs/km/
H A Dkm_arm.h167 #define I2C_DELAY udelay(1) macro
/openbmc/u-boot/
H A DREADME1809 I2C_DELAY
1813 is 1 / (I2C_DELAY * 4). Often defined to be something
1816 #define I2C_DELAY udelay(2)