Searched refs:REG_PLUS_INTRN_STATUS (Results 1 – 2 of 2) sorted by relevance
2398 u32 status = readl(cp->regs + REG_PLUS_INTRN_STATUS(ring)); in cas_interruptN()2449 u32 status = readl(cp->regs + REG_PLUS_INTRN_STATUS(1)); in cas_interrupt1()2570 status = readl(cp->regs + REG_PLUS_INTRN_STATUS(1)); in cas_poll()2578 status = readl(cp->regs + REG_PLUS_INTRN_STATUS(2)); in cas_poll()2586 status = readl(cp->regs + REG_PLUS_INTRN_STATUS(3)); in cas_poll()
380 #define REG_PLUS_INTRN_STATUS(x) (REG_PLUS_INTR_STATUS_1 + ((x) - 1)*16) macro