Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Di5400_edac.c325 struct pci_dev *branchmap_werrors; /* 16.1 */ member
460 pci_read_config_word(pvt->branchmap_werrors, in i5400_get_error_info()
709 pci_dev_put(pvt->branchmap_werrors); in i5400_put_devices()
724 pvt->branchmap_werrors = NULL; in i5400_get_devices()
750 pvt->branchmap_werrors = pdev; in i5400_get_devices()
766 pci_dev_put(pvt->branchmap_werrors); in i5400_get_devices()
780 pci_name(pvt->branchmap_werrors), in i5400_get_devices()
781 pvt->branchmap_werrors->vendor, in i5400_get_devices()
782 pvt->branchmap_werrors->device); in i5400_get_devices()
796 pci_dev_put(pvt->branchmap_werrors); in i5400_get_devices()
[all …]
H A Di5000_edac.c325 struct pci_dev *branchmap_werrors; /* 16.1 */ member
406 pci_read_config_dword(pvt->branchmap_werrors, in i5000_get_error_info()
408 pci_read_config_word(pvt->branchmap_werrors, in i5000_get_error_info()
434 pci_read_config_word(pvt->branchmap_werrors, in i5000_get_error_info()
811 pvt->branchmap_werrors = pdev; in i5000_get_devices()
828 pci_dev_put(pvt->branchmap_werrors); in i5000_get_devices()
843 pci_name(pvt->branchmap_werrors), in i5000_get_devices()
844 pvt->branchmap_werrors->vendor, in i5000_get_devices()
845 pvt->branchmap_werrors->device); in i5000_get_devices()
860 pci_dev_put(pvt->branchmap_werrors); in i5000_get_devices()
[all …]