Lines Matching refs:status
35 * The status register is 32bit revered, DONE is bit 17 from the TN1222.pdf
75 u32 status;
113 status = get_unaligned_be32(&rxbuf[4]);
114 dev_dbg(&spi->dev, "FPGA Status=%08x\n", status);
146 status = get_unaligned_be32(&rxbuf[4]);
147 if (status == FPGA_STATUS_CLEARED)
155 "Error: Timeout waiting for FPGA to clear (status=%08x)!\n",
156 status);
169 status = get_unaligned_be32(&rxbuf[4]);
170 dev_dbg(&spi->dev, "FPGA Status=%08x\n", status);
173 if (status & FPGA_STATUS_DONE)