Home
last modified time | relevance | path

Searched refs:reg_int (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/edac/
H A Dthunderx_edac.c170 u64 reg_int; member
551 ctx->reg_int = readq(lmc->regs + LMC_INT); in thunderx_lmc_err_isr()
562 writeq(ctx->reg_int, lmc->regs + LMC_INT); in thunderx_lmc_err_isr()
594 ctx->reg_int); in thunderx_lmc_threaded_isr()
613 ctx->reg_int); in thunderx_lmc_threaded_isr()
617 if (ctx->reg_int & LMC_INT_UE) in thunderx_lmc_threaded_isr()
622 else if (ctx->reg_int & LMC_INT_CE) in thunderx_lmc_threaded_isr()
1733 u64 reg_int; member
1762 ctx->reg_int = readq(tad->regs + L2C_TAD_INT_W1C); in thunderx_l2c_tad_isr()
1764 if (ctx->reg_int & L2C_TAD_INT_ECC) { in thunderx_l2c_tad_isr()
[all …]