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