Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/ctxfi/
Dct20k2reg.h25 #define I2C_IF_STATUS 0x1B900C macro
Dcthw20k2.c1490 i2c_status = hw_read_20kx(hw, I2C_IF_STATUS); in hw20k2_i2c_init()
1494 hw_write_20kx(hw, I2C_IF_STATUS, i2c_status); in hw20k2_i2c_init()
1509 i2c_status = hw_read_20kx(hw, I2C_IF_STATUS); in hw20k2_i2c_uninit()
1513 hw_write_20kx(hw, I2C_IF_STATUS, i2c_status); in hw20k2_i2c_uninit()
1524 ret = hw_read_20kx(hw, I2C_IF_STATUS); in hw20k2_i2c_wait_data_ready()
1535 i2c_status = hw_read_20kx(hw, I2C_IF_STATUS); in hw20k2_i2c_read()
1538 hw_write_20kx(hw, I2C_IF_STATUS, i2c_status); in hw20k2_i2c_read()
1562 i2c_status = hw_read_20kx(hw, I2C_IF_STATUS); in hw20k2_i2c_write()
1568 hw_write_20kx(hw, I2C_IF_STATUS, i2c_status); in hw20k2_i2c_write()