Lines Matching refs:status
58 #define RSB_INTS 0xc /* Interrupt status */
128 unsigned int status;
220 dev_err(&rdev->dev, "Can't add %s, status %d\n",
271 u32 int_mask, status;
288 status, (status & int_mask),
290 writel(status, rsb->regs + RSB_INTS);
294 status = rsb->status;
309 if (status & RSB_INTS_LOAD_BSY) {
314 if (status & RSB_INTS_TRANS_ERR) {
315 if (status & RSB_INTS_TRANS_ERR_ACK) {
320 if (status & RSB_INTS_TRANS_ERR_DATA) {
493 u32 status;
495 status = readl(rsb->regs + RSB_INTS);
496 rsb->status = status;
499 status &= (RSB_INTS_LOAD_BSY | RSB_INTS_TRANS_ERR |
501 writel(status, rsb->regs + RSB_INTS);
522 /* clear interrupt status bits */