16c33a6f4STom St Denis /*
26c33a6f4STom St Denis  * Copyright (C) 2020  Advanced Micro Devices, Inc.
36c33a6f4STom St Denis  *
46c33a6f4STom St Denis  * Permission is hereby granted, free of charge, to any person obtaining a
56c33a6f4STom St Denis  * copy of this software and associated documentation files (the "Software"),
66c33a6f4STom St Denis  * to deal in the Software without restriction, including without limitation
76c33a6f4STom St Denis  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
86c33a6f4STom St Denis  * and/or sell copies of the Software, and to permit persons to whom the
96c33a6f4STom St Denis  * Software is furnished to do so, subject to the following conditions:
106c33a6f4STom St Denis  *
116c33a6f4STom St Denis  * The above copyright notice and this permission notice shall be included
126c33a6f4STom St Denis  * in all copies or substantial portions of the Software.
136c33a6f4STom St Denis  *
146c33a6f4STom St Denis  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
156c33a6f4STom St Denis  * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
166c33a6f4STom St Denis  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
176c33a6f4STom St Denis  * THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
186c33a6f4STom St Denis  * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
196c33a6f4STom St Denis  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
206c33a6f4STom St Denis  */
216c33a6f4STom St Denis #ifndef _pwr_10_0_SH_MASK_HEADER
226c33a6f4STom St Denis #define _pwr_10_0_SH_MASK_HEADER
236c33a6f4STom St Denis 
246c33a6f4STom St Denis //PWR_MISC_CNTL_STATUS
256c33a6f4STom St Denis #define PWR_MISC_CNTL_STATUS__PWR_GFX_RLC_CGPG_EN__SHIFT                                                      0x0
266c33a6f4STom St Denis #define PWR_MISC_CNTL_STATUS__PWR_GFXOFF_STATUS__SHIFT                                                        0x1
276c33a6f4STom St Denis #define PWR_MISC_CNTL_STATUS__PWR_GFX_RLC_CGPG_EN_MASK                                                        0x00000001L
286c33a6f4STom St Denis #define PWR_MISC_CNTL_STATUS__PWR_GFXOFF_STATUS_MASK                                                          0x00000006L
296c33a6f4STom St Denis 
306c33a6f4STom St Denis #endif
31