Lines Matching refs:pcix_misc2_temp
230 u32 pcix_misc2_temp; in amd_pogo_errata_save_misc_reg() local
233 pci_read_config_dword(p_slot->ctrl->pci_dev, PCIX_MISCII_OFFSET, &pcix_misc2_temp); in amd_pogo_errata_save_misc_reg()
235 p_slot->ctrl->pcix_misc2_reg = pcix_misc2_temp; in amd_pogo_errata_save_misc_reg()
238 pcix_misc2_temp &= ~SERRFATALENABLE_MASK; in amd_pogo_errata_save_misc_reg()
239 pcix_misc2_temp &= ~SERRNONFATALENABLE_MASK; in amd_pogo_errata_save_misc_reg()
240 pcix_misc2_temp &= ~PERRFLOODENABLE_MASK; in amd_pogo_errata_save_misc_reg()
241 pcix_misc2_temp &= ~PERRFATALENABLE_MASK; in amd_pogo_errata_save_misc_reg()
242 pcix_misc2_temp &= ~PERRNONFATALENABLE_MASK; in amd_pogo_errata_save_misc_reg()
243 pci_write_config_dword(p_slot->ctrl->pci_dev, PCIX_MISCII_OFFSET, pcix_misc2_temp); in amd_pogo_errata_save_misc_reg()
248 u32 pcix_misc2_temp; in amd_pogo_errata_restore_misc_reg() local
274 pci_read_config_dword(p_slot->ctrl->pci_dev, PCIX_MISCII_OFFSET, &pcix_misc2_temp); in amd_pogo_errata_restore_misc_reg()
277 pcix_misc2_temp |= SERRFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
279 pcix_misc2_temp &= ~SERRFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
282 pcix_misc2_temp |= SERRNONFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
284 pcix_misc2_temp &= ~SERRNONFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
287 pcix_misc2_temp |= PERRFLOODENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
289 pcix_misc2_temp &= ~PERRFLOODENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
292 pcix_misc2_temp |= PERRFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
294 pcix_misc2_temp &= ~PERRFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
297 pcix_misc2_temp |= PERRNONFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
299 pcix_misc2_temp &= ~PERRNONFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
300 pci_write_config_dword(p_slot->ctrl->pci_dev, PCIX_MISCII_OFFSET, pcix_misc2_temp); in amd_pogo_errata_restore_misc_reg()