Home
last modified time | relevance | path

Searched refs:SSI_CHANNEL_STATE_ERROR (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hsi/clients/
H A Dcmt_speech.c57 #define SSI_CHANNEL_STATE_ERROR (1 << 3) macro
381 *state |= SSI_CHANNEL_STATE_ERROR; in __cs_hsi_error_read_bits()
387 *state |= SSI_CHANNEL_STATE_ERROR; in __cs_hsi_error_write_bits()
491 if (hi->control_state & SSI_CHANNEL_STATE_ERROR) { in cs_hsi_read_on_control()
532 if (hi->control_state & SSI_CHANNEL_STATE_ERROR) { in cs_hsi_write_on_control()
647 return !(state & ~SSI_CHANNEL_STATE_ERROR); in cs_state_idle()
703 if (hi->data_state & SSI_CHANNEL_STATE_ERROR) { in cs_hsi_write_on_data()
/kernel/linux/linux-6.6/drivers/hsi/clients/
H A Dcmt_speech.c57 #define SSI_CHANNEL_STATE_ERROR (1 << 3) macro
381 *state |= SSI_CHANNEL_STATE_ERROR; in __cs_hsi_error_read_bits()
387 *state |= SSI_CHANNEL_STATE_ERROR; in __cs_hsi_error_write_bits()
491 if (hi->control_state & SSI_CHANNEL_STATE_ERROR) { in cs_hsi_read_on_control()
532 if (hi->control_state & SSI_CHANNEL_STATE_ERROR) { in cs_hsi_write_on_control()
647 return !(state & ~SSI_CHANNEL_STATE_ERROR); in cs_state_idle()
703 if (hi->data_state & SSI_CHANNEL_STATE_ERROR) { in cs_hsi_write_on_data()

Completed in 4 milliseconds