Home
last modified time | relevance | path

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

/openbmc/linux/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()