Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dinject.c43 #define NBCFG 0x44 macro
437 err = pci_read_config_dword(F3, NBCFG, &val); in toggle_nb_mca_mst_cpu()
440 __func__, PCI_FUNC(F3->devfn), NBCFG); in toggle_nb_mca_mst_cpu()
451 err = pci_write_config_dword(F3, NBCFG, val); in toggle_nb_mca_mst_cpu()
454 __func__, PCI_FUNC(F3->devfn), NBCFG); in toggle_nb_mca_mst_cpu()
/OK3568_Linux_fs/kernel/drivers/edac/
H A Damd64_edac.c3012 amd64_read_pci_cfg(pvt->F3, NBCFG, &val); in init_csrows()
3173 amd64_read_pci_cfg(F3, NBCFG, &value); in enable_ecc_error_reporting()
3185 amd64_write_pci_cfg(F3, NBCFG, value); in enable_ecc_error_reporting()
3187 amd64_read_pci_cfg(F3, NBCFG, &value); in enable_ecc_error_reporting()
3222 amd64_read_pci_cfg(F3, NBCFG, &value); in restore_ecc_error_reporting()
3224 amd64_write_pci_cfg(F3, NBCFG, value); in restore_ecc_error_reporting()
3265 amd64_read_pci_cfg(pvt->F3, NBCFG, &value); in ecc_enabled()
H A Damd64_edac.h222 #define NBCFG 0x44 macro