Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pci/
H A Denvy24.c834 DELAY(I2C_DELAY); in i2c_wrbit()
836 DELAY(I2C_DELAY); in i2c_wrbit()
838 DELAY(I2C_DELAY); in i2c_wrbit()
847 DELAY(I2C_DELAY); in i2c_start()
849 DELAY(I2C_DELAY); in i2c_start()
851 DELAY(I2C_DELAY); in i2c_start()
860 DELAY(I2C_DELAY); in i2c_stop()
862 DELAY(I2C_DELAY); in i2c_stop()
864 DELAY(I2C_DELAY); in i2c_stop()
873 DELAY(I2C_DELAY); in i2c_ack()
[all …]
H A Denvy24.h482 #define I2C_DELAY 1000 macro