Lines Matching refs:status
146 u8 status;
163 t[2].rx_buf = &status;
172 dev_dbg(hw->dev, "read reg %d, data %x, status %x\n",
173 reg, in, status);
175 if (!(status & STAT_CLK) || (status & STAT_WRITE))
178 if (status & STAT_INVALID)
199 u8 status;
216 t[2].rx_buf = &status;
225 dev_dbg(hw->dev, "wrote reg %d, data %x, status %x\n",
226 reg, out, status);
228 if (!(status & STAT_CLK) || !(status & STAT_WRITE))
231 if (status & (STAT_INVALID | STAT_WP))