Lines Matching defs:data_state
86 unsigned int data_state;
306 hi->data_state &=
309 hi->data_state &= ~SSI_CHANNEL_STATE_WRITING;
412 __cs_hsi_error_pre(hi, msg, "data read", &hi->data_state);
413 __cs_hsi_error_read_bits(&hi->data_state);
420 __cs_hsi_error_pre(hi, msg, "data write", &hi->data_state);
421 __cs_hsi_error_write_bits(&hi->data_state);
584 WARN_ON(!(hi->data_state & SSI_CHANNEL_STATE_READING));
585 hi->data_state &= ~SSI_CHANNEL_STATE_READING;
617 WARN_ON(!(hi->data_state & SSI_CHANNEL_STATE_POLL));
618 hi->data_state &= ~SSI_CHANNEL_STATE_POLL;
619 hi->data_state |= SSI_CHANNEL_STATE_READING;
656 if (hi->data_state &
659 hi->data_state);
663 hi->data_state |= SSI_CHANNEL_STATE_POLL;
682 hi->data_state &= ~SSI_CHANNEL_STATE_WRITING;
703 if (hi->data_state & SSI_CHANNEL_STATE_ERROR) {
708 if (hi->data_state & SSI_CHANNEL_STATE_WRITING) {
713 hi->data_state |= SSI_CHANNEL_STATE_WRITING;
839 if (!cs_state_xfer_active(hi->data_state)) {
847 if (!cs_state_xfer_active(hi->data_state))
944 WARN_ON(cs_state_xfer_active(hi->data_state));
1075 WARN_ON(!cs_state_idle(hi->data_state));