Searched refs:AMD_HWCR_MCI_STATUS_WREN (Results 1 – 4 of 4) sorted by relevance
141 #define AMD_HWCR_MCI_STATUS_WREN 0x40000 /* enable write of MCi_STATUS */ macro
832 if (!(hwcr & AMD_HWCR_MCI_STATUS_WREN)) { in ao_bankstatus_prewrite()833 hwcr |= AMD_HWCR_MCI_STATUS_WREN; in ao_bankstatus_prewrite()846 if (!(hwcr & AMD_HWCR_MCI_STATUS_WREN)) { in ao_bankstatus_postwrite()847 hwcr &= ~AMD_HWCR_MCI_STATUS_WREN; in ao_bankstatus_postwrite()
257 if (!(hwcr & AMD_HWCR_MCI_STATUS_WREN)) { in authamd_bankstatus_prewrite()258 hwcr |= AMD_HWCR_MCI_STATUS_WREN; in authamd_bankstatus_prewrite()268 if (!(hwcr & AMD_HWCR_MCI_STATUS_WREN)) { in authamd_bankstatus_postwrite()269 hwcr &= ~AMD_HWCR_MCI_STATUS_WREN; in authamd_bankstatus_postwrite()
231 #define AMD_HWCR_MCI_STATUS_WREN 0x40000 /* enable write of MCi_STATUS */ macro