Lines Matching refs:pcix_misc2_temp

228 	u32 pcix_misc2_temp;  in amd_pogo_errata_save_misc_reg()  local
231 pci_read_config_dword(p_slot->ctrl->pci_dev, PCIX_MISCII_OFFSET, &pcix_misc2_temp); in amd_pogo_errata_save_misc_reg()
233 p_slot->ctrl->pcix_misc2_reg = pcix_misc2_temp; in amd_pogo_errata_save_misc_reg()
236 pcix_misc2_temp &= ~SERRFATALENABLE_MASK; in amd_pogo_errata_save_misc_reg()
237 pcix_misc2_temp &= ~SERRNONFATALENABLE_MASK; in amd_pogo_errata_save_misc_reg()
238 pcix_misc2_temp &= ~PERRFLOODENABLE_MASK; in amd_pogo_errata_save_misc_reg()
239 pcix_misc2_temp &= ~PERRFATALENABLE_MASK; in amd_pogo_errata_save_misc_reg()
240 pcix_misc2_temp &= ~PERRNONFATALENABLE_MASK; in amd_pogo_errata_save_misc_reg()
241 pci_write_config_dword(p_slot->ctrl->pci_dev, PCIX_MISCII_OFFSET, pcix_misc2_temp); in amd_pogo_errata_save_misc_reg()
246 u32 pcix_misc2_temp; in amd_pogo_errata_restore_misc_reg() local
272 pci_read_config_dword(p_slot->ctrl->pci_dev, PCIX_MISCII_OFFSET, &pcix_misc2_temp); in amd_pogo_errata_restore_misc_reg()
275 pcix_misc2_temp |= SERRFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
277 pcix_misc2_temp &= ~SERRFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
280 pcix_misc2_temp |= SERRNONFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
282 pcix_misc2_temp &= ~SERRNONFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
285 pcix_misc2_temp |= PERRFLOODENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
287 pcix_misc2_temp &= ~PERRFLOODENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
290 pcix_misc2_temp |= PERRFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
292 pcix_misc2_temp &= ~PERRFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
295 pcix_misc2_temp |= PERRNONFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
297 pcix_misc2_temp &= ~PERRNONFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
298 pci_write_config_dword(p_slot->ctrl->pci_dev, PCIX_MISCII_OFFSET, pcix_misc2_temp); in amd_pogo_errata_restore_misc_reg()