Searched refs:THUNDERX_NODE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | thunderx_edac.c | 30 #define THUNDERX_NODE GENMASK(45, 44) macro 743 lmc->node = FIELD_GET(THUNDERX_NODE, pci_resource_start(pdev, 0)); in thunderx_lmc_probe() 760 l2c_ioaddr = ioremap(L2C_CTL | FIELD_PREP(THUNDERX_NODE, lmc->node), PAGE_SIZE); in thunderx_lmc_probe()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | thunderx_edac.c | 30 #define THUNDERX_NODE GENMASK(45, 44) macro 743 lmc->node = FIELD_GET(THUNDERX_NODE, pci_resource_start(pdev, 0)); in thunderx_lmc_probe() 760 l2c_ioaddr = ioremap(L2C_CTL | FIELD_PREP(THUNDERX_NODE, lmc->node), PAGE_SIZE); in thunderx_lmc_probe()
|
Completed in 7 milliseconds