Home
last modified time | relevance | path

Searched refs:SERRNONFATALENABLE_MASK (Results 1 – 1 of 1) sorted by relevance

/drivers/pci/hotplug/
Dshpchp.h134 #define SERRNONFATALENABLE_MASK 0x00200000 macro
263 pcix_misc2_temp &= ~SERRNONFATALENABLE_MASK; in amd_pogo_errata_save_misc_reg()
305 if (p_slot->ctrl->pcix_misc2_reg & SERRNONFATALENABLE_MASK) in amd_pogo_errata_restore_misc_reg()
306 pcix_misc2_temp |= SERRNONFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
308 pcix_misc2_temp &= ~SERRNONFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()