Searched refs:I2C_IF_WLOCK (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/sound/pci/ctxfi/ |
D | ct20k2reg.h | 26 #define I2C_IF_WLOCK 0x1B9010 macro
|
D | cthw20k2.c | 1448 hw_write_20kx(hw, I2C_IF_WLOCK, in hw20k2_i2c_unlock_full_access() 1450 hw_write_20kx(hw, I2C_IF_WLOCK, in hw20k2_i2c_unlock_full_access() 1453 if (hw_read_20kx(hw, I2C_IF_WLOCK) == STATE_UNLOCKED) in hw20k2_i2c_unlock_full_access() 1462 hw_write_20kx(hw, I2C_IF_WLOCK, STATE_LOCKED); in hw20k2_i2c_lock_chip() 1463 hw_write_20kx(hw, I2C_IF_WLOCK, STATE_LOCKED); in hw20k2_i2c_lock_chip() 1464 if (hw_read_20kx(hw, I2C_IF_WLOCK) == STATE_LOCKED) in hw20k2_i2c_lock_chip()
|