Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dtsi108_i2c.c47 u32 to_count = I2C_DELAY; in i2c_read_byte() local
102 } while (to_count--); in i2c_read_byte()
166 u32 to_count = I2C_DELAY; in i2c_write_byte() local
213 } while (to_count--); in i2c_write_byte()