Lines Matching defs:reg_int
176 u64 reg_int;
557 ctx->reg_int = readq(lmc->regs + LMC_INT);
568 writeq(ctx->reg_int, lmc->regs + LMC_INT);
600 ctx->reg_int);
619 ctx->reg_int);
623 if (ctx->reg_int & LMC_INT_UE)
628 else if (ctx->reg_int & LMC_INT_CE)
1740 u64 reg_int;
1769 ctx->reg_int = readq(tad->regs + L2C_TAD_INT_W1C);
1771 if (ctx->reg_int & L2C_TAD_INT_ECC) {
1774 } else if (ctx->reg_int & L2C_TAD_INT_TAG) {
1777 } else if (ctx->reg_int & L2C_TAD_INT_LFBTO) {
1780 } else if (ctx->reg_int & L2C_TAD_INT_DISOCI) {
1785 writeq(ctx->reg_int, tad->regs + L2C_TAD_INT_W1C);
1801 ctx->reg_int = readq(cbc->regs + L2C_CBC_INT_W1C);
1803 if (ctx->reg_int & L2C_CBC_INT_RSD) {
1806 } else if (ctx->reg_int & L2C_CBC_INT_MIB) {
1809 } else if (ctx->reg_int & L2C_CBC_INT_IODISOCI) {
1814 writeq(ctx->reg_int, cbc->regs + L2C_CBC_INT_W1C);
1830 ctx->reg_int = readq(mci->regs + L2C_MCI_INT_W1C);
1833 writeq(ctx->reg_int, mci->regs + L2C_MCI_INT_W1C);
1894 l2c->edac_dev->ctl_name, reg_int_name, ctx->reg_int,
1897 decode_register(other, L2C_OTHER_SIZE, l2_errors, ctx->reg_int);
1901 if (ctx->reg_int & mask_ue)
1903 else if (ctx->reg_int & mask_ce)