Lines Matching full:aer
610 int aer; in gl9750_hw_setting() local
628 /* mask the replay timer timeout of AER */ in gl9750_hw_setting()
629 aer = pci_find_ext_capability(pdev, PCI_EXT_CAP_ID_ERR); in gl9750_hw_setting()
630 if (aer) { in gl9750_hw_setting()
631 pci_read_config_dword(pdev, aer + PCI_ERR_COR_MASK, &value); in gl9750_hw_setting()
633 pci_write_config_dword(pdev, aer + PCI_ERR_COR_MASK, value); in gl9750_hw_setting()
809 int aer; in gl9755_hw_setting() local
843 /* mask the replay timer timeout of AER */ in gl9755_hw_setting()
844 aer = pci_find_ext_capability(pdev, PCI_EXT_CAP_ID_ERR); in gl9755_hw_setting()
845 if (aer) { in gl9755_hw_setting()
846 pci_read_config_dword(pdev, aer + PCI_ERR_COR_MASK, &value); in gl9755_hw_setting()
848 pci_write_config_dword(pdev, aer + PCI_ERR_COR_MASK, value); in gl9755_hw_setting()