brintos

brintos / linux-shallow public Read only

0
0
Text · 12.0 KiB · 61af61f Raw
188 lines · c
1/*2 * Copyright 2008 Advanced Micro Devices, Inc.3 * Copyright 2008 Red Hat Inc.4 * Copyright 2009 Jerome Glisse.5 *6 * Permission is hereby granted, free of charge, to any person obtaining a7 * copy of this software and associated documentation files (the "Software"),8 * to deal in the Software without restriction, including without limitation9 * the rights to use, copy, modify, merge, publish, distribute, sublicense,10 * and/or sell copies of the Software, and to permit persons to whom the11 * Software is furnished to do so, subject to the following conditions:12 *13 * The above copyright notice and this permission notice shall be included in14 * all copies or substantial portions of the Software.15 *16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL19 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR20 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,21 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR22 * OTHER DEALINGS IN THE SOFTWARE.23 *24 * Authors: Dave Airlie25 *          Alex Deucher26 *          Jerome Glisse27 */28#ifndef __R520D_H__29#define __R520D_H__30 31/* Registers */32#define R_0000F8_CONFIG_MEMSIZE                      0x0000F833#define   S_0000F8_CONFIG_MEMSIZE(x)                   (((x) & 0xFFFFFFFF) << 0)34#define   G_0000F8_CONFIG_MEMSIZE(x)                   (((x) >> 0) & 0xFFFFFFFF)35#define   C_0000F8_CONFIG_MEMSIZE                      0x0000000036#define R_000134_HDP_FB_LOCATION                     0x00013437#define   S_000134_HDP_FB_START(x)                     (((x) & 0xFFFF) << 0)38#define   G_000134_HDP_FB_START(x)                     (((x) >> 0) & 0xFFFF)39#define   C_000134_HDP_FB_START                        0xFFFF000040#define R_0007C0_CP_STAT                             0x0007C041#define   S_0007C0_MRU_BUSY(x)                         (((x) & 0x1) << 0)42#define   G_0007C0_MRU_BUSY(x)                         (((x) >> 0) & 0x1)43#define   C_0007C0_MRU_BUSY                            0xFFFFFFFE44#define   S_0007C0_MWU_BUSY(x)                         (((x) & 0x1) << 1)45#define   G_0007C0_MWU_BUSY(x)                         (((x) >> 1) & 0x1)46#define   C_0007C0_MWU_BUSY                            0xFFFFFFFD47#define   S_0007C0_RSIU_BUSY(x)                        (((x) & 0x1) << 2)48#define   G_0007C0_RSIU_BUSY(x)                        (((x) >> 2) & 0x1)49#define   C_0007C0_RSIU_BUSY                           0xFFFFFFFB50#define   S_0007C0_RCIU_BUSY(x)                        (((x) & 0x1) << 3)51#define   G_0007C0_RCIU_BUSY(x)                        (((x) >> 3) & 0x1)52#define   C_0007C0_RCIU_BUSY                           0xFFFFFFF753#define   S_0007C0_CSF_PRIMARY_BUSY(x)                 (((x) & 0x1) << 9)54#define   G_0007C0_CSF_PRIMARY_BUSY(x)                 (((x) >> 9) & 0x1)55#define   C_0007C0_CSF_PRIMARY_BUSY                    0xFFFFFDFF56#define   S_0007C0_CSF_INDIRECT_BUSY(x)                (((x) & 0x1) << 10)57#define   G_0007C0_CSF_INDIRECT_BUSY(x)                (((x) >> 10) & 0x1)58#define   C_0007C0_CSF_INDIRECT_BUSY                   0xFFFFFBFF59#define   S_0007C0_CSQ_PRIMARY_BUSY(x)                 (((x) & 0x1) << 11)60#define   G_0007C0_CSQ_PRIMARY_BUSY(x)                 (((x) >> 11) & 0x1)61#define   C_0007C0_CSQ_PRIMARY_BUSY                    0xFFFFF7FF62#define   S_0007C0_CSQ_INDIRECT_BUSY(x)                (((x) & 0x1) << 12)63#define   G_0007C0_CSQ_INDIRECT_BUSY(x)                (((x) >> 12) & 0x1)64#define   C_0007C0_CSQ_INDIRECT_BUSY                   0xFFFFEFFF65#define   S_0007C0_CSI_BUSY(x)                         (((x) & 0x1) << 13)66#define   G_0007C0_CSI_BUSY(x)                         (((x) >> 13) & 0x1)67#define   C_0007C0_CSI_BUSY                            0xFFFFDFFF68#define   S_0007C0_CSF_INDIRECT2_BUSY(x)               (((x) & 0x1) << 14)69#define   G_0007C0_CSF_INDIRECT2_BUSY(x)               (((x) >> 14) & 0x1)70#define   C_0007C0_CSF_INDIRECT2_BUSY                  0xFFFFBFFF71#define   S_0007C0_CSQ_INDIRECT2_BUSY(x)               (((x) & 0x1) << 15)72#define   G_0007C0_CSQ_INDIRECT2_BUSY(x)               (((x) >> 15) & 0x1)73#define   C_0007C0_CSQ_INDIRECT2_BUSY                  0xFFFF7FFF74#define   S_0007C0_GUIDMA_BUSY(x)                      (((x) & 0x1) << 28)75#define   G_0007C0_GUIDMA_BUSY(x)                      (((x) >> 28) & 0x1)76#define   C_0007C0_GUIDMA_BUSY                         0xEFFFFFFF77#define   S_0007C0_VIDDMA_BUSY(x)                      (((x) & 0x1) << 29)78#define   G_0007C0_VIDDMA_BUSY(x)                      (((x) >> 29) & 0x1)79#define   C_0007C0_VIDDMA_BUSY                         0xDFFFFFFF80#define   S_0007C0_CMDSTRM_BUSY(x)                     (((x) & 0x1) << 30)81#define   G_0007C0_CMDSTRM_BUSY(x)                     (((x) >> 30) & 0x1)82#define   C_0007C0_CMDSTRM_BUSY                        0xBFFFFFFF83#define   S_0007C0_CP_BUSY(x)                          (((x) & 0x1) << 31)84#define   G_0007C0_CP_BUSY(x)                          (((x) >> 31) & 0x1)85#define   C_0007C0_CP_BUSY                             0x7FFFFFFF86#define R_000E40_RBBM_STATUS                         0x000E4087#define   S_000E40_CMDFIFO_AVAIL(x)                    (((x) & 0x7F) << 0)88#define   G_000E40_CMDFIFO_AVAIL(x)                    (((x) >> 0) & 0x7F)89#define   C_000E40_CMDFIFO_AVAIL                       0xFFFFFF8090#define   S_000E40_HIRQ_ON_RBB(x)                      (((x) & 0x1) << 8)91#define   G_000E40_HIRQ_ON_RBB(x)                      (((x) >> 8) & 0x1)92#define   C_000E40_HIRQ_ON_RBB                         0xFFFFFEFF93#define   S_000E40_CPRQ_ON_RBB(x)                      (((x) & 0x1) << 9)94#define   G_000E40_CPRQ_ON_RBB(x)                      (((x) >> 9) & 0x1)95#define   C_000E40_CPRQ_ON_RBB                         0xFFFFFDFF96#define   S_000E40_CFRQ_ON_RBB(x)                      (((x) & 0x1) << 10)97#define   G_000E40_CFRQ_ON_RBB(x)                      (((x) >> 10) & 0x1)98#define   C_000E40_CFRQ_ON_RBB                         0xFFFFFBFF99#define   S_000E40_HIRQ_IN_RTBUF(x)                    (((x) & 0x1) << 11)100#define   G_000E40_HIRQ_IN_RTBUF(x)                    (((x) >> 11) & 0x1)101#define   C_000E40_HIRQ_IN_RTBUF                       0xFFFFF7FF102#define   S_000E40_CPRQ_IN_RTBUF(x)                    (((x) & 0x1) << 12)103#define   G_000E40_CPRQ_IN_RTBUF(x)                    (((x) >> 12) & 0x1)104#define   C_000E40_CPRQ_IN_RTBUF                       0xFFFFEFFF105#define   S_000E40_CFRQ_IN_RTBUF(x)                    (((x) & 0x1) << 13)106#define   G_000E40_CFRQ_IN_RTBUF(x)                    (((x) >> 13) & 0x1)107#define   C_000E40_CFRQ_IN_RTBUF                       0xFFFFDFFF108#define   S_000E40_CF_PIPE_BUSY(x)                     (((x) & 0x1) << 14)109#define   G_000E40_CF_PIPE_BUSY(x)                     (((x) >> 14) & 0x1)110#define   C_000E40_CF_PIPE_BUSY                        0xFFFFBFFF111#define   S_000E40_ENG_EV_BUSY(x)                      (((x) & 0x1) << 15)112#define   G_000E40_ENG_EV_BUSY(x)                      (((x) >> 15) & 0x1)113#define   C_000E40_ENG_EV_BUSY                         0xFFFF7FFF114#define   S_000E40_CP_CMDSTRM_BUSY(x)                  (((x) & 0x1) << 16)115#define   G_000E40_CP_CMDSTRM_BUSY(x)                  (((x) >> 16) & 0x1)116#define   C_000E40_CP_CMDSTRM_BUSY                     0xFFFEFFFF117#define   S_000E40_E2_BUSY(x)                          (((x) & 0x1) << 17)118#define   G_000E40_E2_BUSY(x)                          (((x) >> 17) & 0x1)119#define   C_000E40_E2_BUSY                             0xFFFDFFFF120#define   S_000E40_RB2D_BUSY(x)                        (((x) & 0x1) << 18)121#define   G_000E40_RB2D_BUSY(x)                        (((x) >> 18) & 0x1)122#define   C_000E40_RB2D_BUSY                           0xFFFBFFFF123#define   S_000E40_RB3D_BUSY(x)                        (((x) & 0x1) << 19)124#define   G_000E40_RB3D_BUSY(x)                        (((x) >> 19) & 0x1)125#define   C_000E40_RB3D_BUSY                           0xFFF7FFFF126#define   S_000E40_VAP_BUSY(x)                         (((x) & 0x1) << 20)127#define   G_000E40_VAP_BUSY(x)                         (((x) >> 20) & 0x1)128#define   C_000E40_VAP_BUSY                            0xFFEFFFFF129#define   S_000E40_RE_BUSY(x)                          (((x) & 0x1) << 21)130#define   G_000E40_RE_BUSY(x)                          (((x) >> 21) & 0x1)131#define   C_000E40_RE_BUSY                             0xFFDFFFFF132#define   S_000E40_TAM_BUSY(x)                         (((x) & 0x1) << 22)133#define   G_000E40_TAM_BUSY(x)                         (((x) >> 22) & 0x1)134#define   C_000E40_TAM_BUSY                            0xFFBFFFFF135#define   S_000E40_TDM_BUSY(x)                         (((x) & 0x1) << 23)136#define   G_000E40_TDM_BUSY(x)                         (((x) >> 23) & 0x1)137#define   C_000E40_TDM_BUSY                            0xFF7FFFFF138#define   S_000E40_PB_BUSY(x)                          (((x) & 0x1) << 24)139#define   G_000E40_PB_BUSY(x)                          (((x) >> 24) & 0x1)140#define   C_000E40_PB_BUSY                             0xFEFFFFFF141#define   S_000E40_TIM_BUSY(x)                         (((x) & 0x1) << 25)142#define   G_000E40_TIM_BUSY(x)                         (((x) >> 25) & 0x1)143#define   C_000E40_TIM_BUSY                            0xFDFFFFFF144#define   S_000E40_GA_BUSY(x)                          (((x) & 0x1) << 26)145#define   G_000E40_GA_BUSY(x)                          (((x) >> 26) & 0x1)146#define   C_000E40_GA_BUSY                             0xFBFFFFFF147#define   S_000E40_CBA2D_BUSY(x)                       (((x) & 0x1) << 27)148#define   G_000E40_CBA2D_BUSY(x)                       (((x) >> 27) & 0x1)149#define   C_000E40_CBA2D_BUSY                          0xF7FFFFFF150#define   S_000E40_RBBM_HIBUSY(x)                      (((x) & 0x1) << 28)151#define   G_000E40_RBBM_HIBUSY(x)                      (((x) >> 28) & 0x1)152#define   C_000E40_RBBM_HIBUSY                         0xEFFFFFFF153#define   S_000E40_SKID_CFBUSY(x)                      (((x) & 0x1) << 29)154#define   G_000E40_SKID_CFBUSY(x)                      (((x) >> 29) & 0x1)155#define   C_000E40_SKID_CFBUSY                         0xDFFFFFFF156#define   S_000E40_VAP_VF_BUSY(x)                      (((x) & 0x1) << 30)157#define   G_000E40_VAP_VF_BUSY(x)                      (((x) >> 30) & 0x1)158#define   C_000E40_VAP_VF_BUSY                         0xBFFFFFFF159#define   S_000E40_GUI_ACTIVE(x)                       (((x) & 0x1) << 31)160#define   G_000E40_GUI_ACTIVE(x)                       (((x) >> 31) & 0x1)161#define   C_000E40_GUI_ACTIVE                          0x7FFFFFFF162 163 164#define R_000004_MC_FB_LOCATION                      0x000004165#define   S_000004_MC_FB_START(x)                      (((x) & 0xFFFF) << 0)166#define   G_000004_MC_FB_START(x)                      (((x) >> 0) & 0xFFFF)167#define   C_000004_MC_FB_START                         0xFFFF0000168#define   S_000004_MC_FB_TOP(x)                        (((x) & 0xFFFF) << 16)169#define   G_000004_MC_FB_TOP(x)                        (((x) >> 16) & 0xFFFF)170#define   C_000004_MC_FB_TOP                           0x0000FFFF171#define R_000005_MC_AGP_LOCATION                     0x000005172#define   S_000005_MC_AGP_START(x)                     (((x) & 0xFFFF) << 0)173#define   G_000005_MC_AGP_START(x)                     (((x) >> 0) & 0xFFFF)174#define   C_000005_MC_AGP_START                        0xFFFF0000175#define   S_000005_MC_AGP_TOP(x)                       (((x) & 0xFFFF) << 16)176#define   G_000005_MC_AGP_TOP(x)                       (((x) >> 16) & 0xFFFF)177#define   C_000005_MC_AGP_TOP                          0x0000FFFF178#define R_000006_AGP_BASE                            0x000006179#define   S_000006_AGP_BASE_ADDR(x)                    (((x) & 0xFFFFFFFF) << 0)180#define   G_000006_AGP_BASE_ADDR(x)                    (((x) >> 0) & 0xFFFFFFFF)181#define   C_000006_AGP_BASE_ADDR                       0x00000000182#define R_000007_AGP_BASE_2                          0x000007183#define   S_000007_AGP_BASE_ADDR_2(x)                  (((x) & 0xF) << 0)184#define   G_000007_AGP_BASE_ADDR_2(x)                  (((x) >> 0) & 0xF)185#define   C_000007_AGP_BASE_ADDR_2                     0xFFFFFFF0186 187#endif188