Searched refs:I2C_IF_STATUS (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/sound/pci/ctxfi/ |
A D | ct20k2reg.h | 22 #define I2C_IF_STATUS 0x1B900C macro
|
A D | cthw20k2.c | 1486 i2c_status = hw_read_20kx(hw, I2C_IF_STATUS); in hw20k2_i2c_init() 1490 hw_write_20kx(hw, I2C_IF_STATUS, i2c_status); in hw20k2_i2c_init() 1505 i2c_status = hw_read_20kx(hw, I2C_IF_STATUS); in hw20k2_i2c_uninit() 1509 hw_write_20kx(hw, I2C_IF_STATUS, i2c_status); in hw20k2_i2c_uninit() 1520 ret = hw_read_20kx(hw, I2C_IF_STATUS); in hw20k2_i2c_wait_data_ready() 1531 i2c_status = hw_read_20kx(hw, I2C_IF_STATUS); in hw20k2_i2c_read() 1534 hw_write_20kx(hw, I2C_IF_STATUS, i2c_status); in hw20k2_i2c_read() 1558 i2c_status = hw_read_20kx(hw, I2C_IF_STATUS); in hw20k2_i2c_write() 1564 hw_write_20kx(hw, I2C_IF_STATUS, i2c_status); in hw20k2_i2c_write()
|
Completed in 8 milliseconds