Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dshpchp.h119 #define SERRNONFATALENABLE_MASK 0x00200000 macro
237 pcix_misc2_temp &= ~SERRNONFATALENABLE_MASK; in amd_pogo_errata_save_misc_reg()
279 if (p_slot->ctrl->pcix_misc2_reg & SERRNONFATALENABLE_MASK) in amd_pogo_errata_restore_misc_reg()
280 pcix_misc2_temp |= SERRNONFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()
282 pcix_misc2_temp &= ~SERRNONFATALENABLE_MASK; in amd_pogo_errata_restore_misc_reg()