Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Dthunderx_edac.c328 u64 lmc_int = readq(lmc->regs + LMC_INT); in thunderx_lmc_int_read() local
330 snprintf(buf, sizeof(buf), "0x%016llx", lmc_int); in thunderx_lmc_int_read()
669 u64 lmc_int; in thunderx_lmc_probe() local
777 lmc_int = readq(lmc->regs + LMC_INT); in thunderx_lmc_probe()
778 writeq(lmc_int, lmc->regs + LMC_INT); in thunderx_lmc_probe()