Home
last modified time | relevance | path

Searched refs:I2C_IF_STATUS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/ctxfi/
H A Dct20k2reg.h22 #define I2C_IF_STATUS 0x1B900C macro
H A Dcthw20k2.c1402 #define DATA_READY 0x800000 /* Used with I2C_IF_STATUS */
1403 #define DATA_ABORT 0x10000 /* Used with I2C_IF_STATUS */
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()
[all...]
/kernel/linux/linux-6.6/sound/pci/ctxfi/
H A Dct20k2reg.h22 #define I2C_IF_STATUS 0x1B900C macro
H A Dcthw20k2.c1402 #define DATA_READY 0x800000 /* Used with I2C_IF_STATUS */
1403 #define DATA_ABORT 0x10000 /* Used with I2C_IF_STATUS */
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()
[all...]

Completed in 7 milliseconds