Lines Matching refs:status
174 /* clear interrupt status to avoid spurious int on next transfer */
245 /* polling mode checks for status busy bit */
583 int status = -EINVAL;
622 status = bcm63xx_hsspi_do_txrx(spi, t);
623 if (status)
650 if (status || !keep_cs)
653 return status;
661 int status = -EINVAL;
671 status = bcm63xx_hsspi_do_prepend_txrx(spi, &t_prepend);
677 status = -EINVAL;
679 status = bcm63xx_hsspi_do_dummy_cs_txrx(spi, msg);
683 msg->status = status;