Lines Matching refs:pcix_misc2_temp

212 	u32 pcix_misc2_temp;  in amd_pogo_errata_save_misc_reg()  local
215 pci_read_config_dword(p_slot->ctrl->pci_dev, PCIX_MISCII_OFFSET, &pcix_misc2_temp); in amd_pogo_errata_save_misc_reg()
217 p_slot->ctrl->pcix_misc2_reg = pcix_misc2_temp; in amd_pogo_errata_save_misc_reg()
220 pcix_misc2_temp &= ~SERRFATALENABLE_MASK; in amd_pogo_errata_save_misc_reg()
221 pcix_misc2_temp &= ~SERRNONFATALENABLE_MASK; in amd_pogo_errata_save_misc_reg()
222 pcix_misc2_temp &= ~PERRFLOODENABLE_MASK; in amd_pogo_errata_save_misc_reg()
223 pcix_misc2_temp &= ~PERRFATALENABLE_MASK; in amd_pogo_errata_save_misc_reg()
224 pcix_misc2_temp &= ~PERRNONFATALENABLE_MASK; in amd_pogo_errata_save_misc_reg()
225 pci_write_config_dword(p_slot->ctrl->pci_dev, PCIX_MISCII_OFFSET, pcix_misc2_temp); in amd_pogo_errata_save_misc_reg()
230 u32 pcix_misc2_temp; in amd_pogo_errata_restore_misc_reg() local
256 pci_read_config_dword(p_slot->ctrl->pci_dev, PCIX_MISCII_OFFSET, &pcix_misc2_temp); in amd_pogo_errata_restore_misc_reg()
259 pcix_misc2_temp |= SERRFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
261 pcix_misc2_temp &= ~SERRFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
264 pcix_misc2_temp |= SERRNONFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
266 pcix_misc2_temp &= ~SERRNONFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
269 pcix_misc2_temp |= PERRFLOODENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
271 pcix_misc2_temp &= ~PERRFLOODENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
274 pcix_misc2_temp |= PERRFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
276 pcix_misc2_temp &= ~PERRFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
279 pcix_misc2_temp |= PERRNONFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
281 pcix_misc2_temp &= ~PERRNONFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
282 pci_write_config_dword(p_slot->ctrl->pci_dev, PCIX_MISCII_OFFSET, pcix_misc2_temp); in amd_pogo_errata_restore_misc_reg()