Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dshpchp.h117 #define PERRFATALENABLE_MASK 0x00080000 macro
239 pcix_misc2_temp &= ~PERRFATALENABLE_MASK; in amd_pogo_errata_save_misc_reg()
289 if (p_slot->ctrl->pcix_misc2_reg & PERRFATALENABLE_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()