Searched refs:nbxcfg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | i82443bxgx_edac.c | 237 u32 nbxcfg, ecc_mode; in i82443bxgx_edacmc_probe1() local 246 if (pci_read_config_dword(pdev, I82443BXGX_NBXCFG, &nbxcfg)) in i82443bxgx_edacmc_probe1() 285 pci_read_config_dword(pdev, I82443BXGX_NBXCFG, &nbxcfg); in i82443bxgx_edacmc_probe1() 286 ecc_mode = ((nbxcfg >> I82443BXGX_NBXCFG_OFFSET_DRAM_INTEGRITY) & in i82443bxgx_edacmc_probe1()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | i82443bxgx_edac.c | 236 u32 nbxcfg, ecc_mode; in i82443bxgx_edacmc_probe1() local 245 if (pci_read_config_dword(pdev, I82443BXGX_NBXCFG, &nbxcfg)) in i82443bxgx_edacmc_probe1() 284 pci_read_config_dword(pdev, I82443BXGX_NBXCFG, &nbxcfg); in i82443bxgx_edacmc_probe1() 285 ecc_mode = ((nbxcfg >> I82443BXGX_NBXCFG_OFFSET_DRAM_INTEGRITY) & in i82443bxgx_edacmc_probe1()
|
Completed in 3 milliseconds