Searched refs:I2C_CTRL (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/sm750fb/ |
D | ddk750_hwi2c.c | 31 value = PEEK32(I2C_CTRL); in hwI2CInit() 33 value = FIELD_SET(value, I2C_CTRL, MODE, STANDARD); in hwI2CInit() 35 value = FIELD_SET(value, I2C_CTRL, MODE, FAST); in hwI2CInit() 36 value = FIELD_SET(value, I2C_CTRL, EN, ENABLE); in hwI2CInit() 37 POKE32(I2C_CTRL, value); in hwI2CInit() 48 value = PEEK32(I2C_CTRL); in hwI2CClose() 49 value = FIELD_SET(value, I2C_CTRL, EN, DISABLE); in hwI2CClose() 50 POKE32(I2C_CTRL, value); in hwI2CClose() 126 POKE32(I2C_CTRL, FIELD_SET(PEEK32(I2C_CTRL), I2C_CTRL, CTRL, START)); in hwI2CWriteData() 189 POKE32(I2C_CTRL, FIELD_SET(PEEK32(I2C_CTRL), I2C_CTRL, CTRL, START)); in hwI2CReadData()
|
D | ddk750_reg.h | 2231 #define I2C_CTRL 0x010041 macro
|
/linux-4.1.27/sound/pci/ice1712/ |
D | ice1724.c | 2266 while ((inb(ICEREG1724(ice, I2C_CTRL)) & VT1724_I2C_BUSY) && t--) in wait_i2c_busy() 2314 if ((inb(ICEREG1724(ice, I2C_CTRL)) & VT1724_I2C_EEPROM) != 0) in snd_vt1724_read_eeprom()
|
D | ice1712.c | 2281 while (t-- > 0 && (inb(ICEREG(ice, I2C_CTRL)) & ICE1712_I2C_BUSY)) ; in snd_ice1712_read_i2c() 2294 if ((inb(ICEREG(ice, I2C_CTRL)) & ICE1712_I2C_EEPROM) != 0) in snd_ice1712_read_eeprom()
|