Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/edac/
Di7core_edac.c205 u32 mc_control; member
398 #define CH_ACTIVE(pvt, ch) ((pvt)->info.mc_control & (1 << (8 + ch)))
399 #define ECCx8(pvt) ((pvt)->info.mc_control & (1 << 1))
504 pci_read_config_dword(pdev, MC_CONTROL, &pvt->info.mc_control); in get_dimm_config()
510 pvt->i7core_dev->socket, pvt->info.mc_control, in get_dimm_config()