Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Dthunderx_edac.c670 void *l2c_ioaddr; in thunderx_lmc_probe() local
760 l2c_ioaddr = ioremap(L2C_CTL | FIELD_PREP(THUNDERX_NODE, lmc->node), PAGE_SIZE); in thunderx_lmc_probe()
761 if (!l2c_ioaddr) { in thunderx_lmc_probe()
767 lmc->l2c_alias = !(readq(l2c_ioaddr) & L2C_CTL_DISIDXALIAS); in thunderx_lmc_probe()
769 iounmap(l2c_ioaddr); in thunderx_lmc_probe()