Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dsoft_i2c.c79 # ifndef I2C_DELAY
80 # define I2C_DELAY udelay(5) /* 1/4 I2C clock duration */ macro
148 I2C_DELAY; in send_reset()
149 I2C_DELAY; in send_reset()
151 I2C_DELAY; in send_reset()
152 I2C_DELAY; in send_reset()
166 I2C_DELAY; in send_start() local
169 I2C_DELAY; in send_start()
171 I2C_DELAY; in send_start()
173 I2C_DELAY; in send_start()
[all …]
H A Dtsi108_i2c.c18 #define I2C_DELAY 100000 macro
47 u32 to_count = I2C_DELAY; in i2c_read_byte()
166 u32 to_count = I2C_DELAY; in i2c_write_byte()
/OK3568_Linux_fs/u-boot/include/configs/
H A Dsnapper9260.h110 #define I2C_DELAY udelay(2) macro
H A Dethernut5.h139 #define I2C_DELAY udelay(100) macro
H A Dvct.h207 #define I2C_DELAY udelay(5) /* 1/4 I2C clock duration */ macro
H A Dhrcon.h430 #define I2C_DELAY udelay(25) /* 1/4 I2C clock duration */ macro
H A Dstrider.h464 #define I2C_DELAY udelay(25) /* 1/4 I2C clock duration */ macro
/OK3568_Linux_fs/u-boot/include/configs/km/
H A Dkm_arm.h186 #define I2C_DELAY udelay(1) macro
/OK3568_Linux_fs/u-boot/
H A DREADME1989 I2C_DELAY
1993 is 1 / (I2C_DELAY * 4). Often defined to be something
1996 #define I2C_DELAY udelay(2)