Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A Dthunderx_edac.c322 u64 lmc_int = readq(lmc->regs + LMC_INT); in thunderx_lmc_int_read() local
324 snprintf(buf, sizeof(buf), "0x%016llx", lmc_int); in thunderx_lmc_int_read()
663 u64 lmc_int; in thunderx_lmc_probe() local
771 lmc_int = readq(lmc->regs + LMC_INT); in thunderx_lmc_probe()
772 writeq(lmc_int, lmc->regs + LMC_INT); in thunderx_lmc_probe()