Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
H A Dshpchp.h116 #define PERRNONFATALENABLE_MASK 0x00040000 macro
240 pcix_misc2_temp &= ~PERRNONFATALENABLE_MASK; in amd_pogo_errata_save_misc_reg()
294 if (p_slot->ctrl->pcix_misc2_reg & PERRNONFATALENABLE_MASK) in amd_pogo_errata_restore_misc_reg()
295 pcix_misc2_temp |= PERRNONFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
297 pcix_misc2_temp &= ~PERRNONFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()