161 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 __RS400D_H__29#define __RS400D_H__30 31/* Registers */32#define R_000148_MC_FB_LOCATION 0x00014833#define S_000148_MC_FB_START(x) (((x) & 0xFFFF) << 0)34#define G_000148_MC_FB_START(x) (((x) >> 0) & 0xFFFF)35#define C_000148_MC_FB_START 0xFFFF000036#define S_000148_MC_FB_TOP(x) (((x) & 0xFFFF) << 16)37#define G_000148_MC_FB_TOP(x) (((x) >> 16) & 0xFFFF)38#define C_000148_MC_FB_TOP 0x0000FFFF39#define R_00015C_NB_TOM 0x00015C40#define S_00015C_MC_FB_START(x) (((x) & 0xFFFF) << 0)41#define G_00015C_MC_FB_START(x) (((x) >> 0) & 0xFFFF)42#define C_00015C_MC_FB_START 0xFFFF000043#define S_00015C_MC_FB_TOP(x) (((x) & 0xFFFF) << 16)44#define G_00015C_MC_FB_TOP(x) (((x) >> 16) & 0xFFFF)45#define C_00015C_MC_FB_TOP 0x0000FFFF46#define R_0007C0_CP_STAT 0x0007C047#define S_0007C0_MRU_BUSY(x) (((x) & 0x1) << 0)48#define G_0007C0_MRU_BUSY(x) (((x) >> 0) & 0x1)49#define C_0007C0_MRU_BUSY 0xFFFFFFFE50#define S_0007C0_MWU_BUSY(x) (((x) & 0x1) << 1)51#define G_0007C0_MWU_BUSY(x) (((x) >> 1) & 0x1)52#define C_0007C0_MWU_BUSY 0xFFFFFFFD53#define S_0007C0_RSIU_BUSY(x) (((x) & 0x1) << 2)54#define G_0007C0_RSIU_BUSY(x) (((x) >> 2) & 0x1)55#define C_0007C0_RSIU_BUSY 0xFFFFFFFB56#define S_0007C0_RCIU_BUSY(x) (((x) & 0x1) << 3)57#define G_0007C0_RCIU_BUSY(x) (((x) >> 3) & 0x1)58#define C_0007C0_RCIU_BUSY 0xFFFFFFF759#define S_0007C0_CSF_PRIMARY_BUSY(x) (((x) & 0x1) << 9)60#define G_0007C0_CSF_PRIMARY_BUSY(x) (((x) >> 9) & 0x1)61#define C_0007C0_CSF_PRIMARY_BUSY 0xFFFFFDFF62#define S_0007C0_CSF_INDIRECT_BUSY(x) (((x) & 0x1) << 10)63#define G_0007C0_CSF_INDIRECT_BUSY(x) (((x) >> 10) & 0x1)64#define C_0007C0_CSF_INDIRECT_BUSY 0xFFFFFBFF65#define S_0007C0_CSQ_PRIMARY_BUSY(x) (((x) & 0x1) << 11)66#define G_0007C0_CSQ_PRIMARY_BUSY(x) (((x) >> 11) & 0x1)67#define C_0007C0_CSQ_PRIMARY_BUSY 0xFFFFF7FF68#define S_0007C0_CSQ_INDIRECT_BUSY(x) (((x) & 0x1) << 12)69#define G_0007C0_CSQ_INDIRECT_BUSY(x) (((x) >> 12) & 0x1)70#define C_0007C0_CSQ_INDIRECT_BUSY 0xFFFFEFFF71#define S_0007C0_CSI_BUSY(x) (((x) & 0x1) << 13)72#define G_0007C0_CSI_BUSY(x) (((x) >> 13) & 0x1)73#define C_0007C0_CSI_BUSY 0xFFFFDFFF74#define S_0007C0_CSF_INDIRECT2_BUSY(x) (((x) & 0x1) << 14)75#define G_0007C0_CSF_INDIRECT2_BUSY(x) (((x) >> 14) & 0x1)76#define C_0007C0_CSF_INDIRECT2_BUSY 0xFFFFBFFF77#define S_0007C0_CSQ_INDIRECT2_BUSY(x) (((x) & 0x1) << 15)78#define G_0007C0_CSQ_INDIRECT2_BUSY(x) (((x) >> 15) & 0x1)79#define C_0007C0_CSQ_INDIRECT2_BUSY 0xFFFF7FFF80#define S_0007C0_GUIDMA_BUSY(x) (((x) & 0x1) << 28)81#define G_0007C0_GUIDMA_BUSY(x) (((x) >> 28) & 0x1)82#define C_0007C0_GUIDMA_BUSY 0xEFFFFFFF83#define S_0007C0_VIDDMA_BUSY(x) (((x) & 0x1) << 29)84#define G_0007C0_VIDDMA_BUSY(x) (((x) >> 29) & 0x1)85#define C_0007C0_VIDDMA_BUSY 0xDFFFFFFF86#define S_0007C0_CMDSTRM_BUSY(x) (((x) & 0x1) << 30)87#define G_0007C0_CMDSTRM_BUSY(x) (((x) >> 30) & 0x1)88#define C_0007C0_CMDSTRM_BUSY 0xBFFFFFFF89#define S_0007C0_CP_BUSY(x) (((x) & 0x1) << 31)90#define G_0007C0_CP_BUSY(x) (((x) >> 31) & 0x1)91#define C_0007C0_CP_BUSY 0x7FFFFFFF92#define R_000E40_RBBM_STATUS 0x000E4093#define S_000E40_CMDFIFO_AVAIL(x) (((x) & 0x7F) << 0)94#define G_000E40_CMDFIFO_AVAIL(x) (((x) >> 0) & 0x7F)95#define C_000E40_CMDFIFO_AVAIL 0xFFFFFF8096#define S_000E40_HIRQ_ON_RBB(x) (((x) & 0x1) << 8)97#define G_000E40_HIRQ_ON_RBB(x) (((x) >> 8) & 0x1)98#define C_000E40_HIRQ_ON_RBB 0xFFFFFEFF99#define S_000E40_CPRQ_ON_RBB(x) (((x) & 0x1) << 9)100#define G_000E40_CPRQ_ON_RBB(x) (((x) >> 9) & 0x1)101#define C_000E40_CPRQ_ON_RBB 0xFFFFFDFF102#define S_000E40_CFRQ_ON_RBB(x) (((x) & 0x1) << 10)103#define G_000E40_CFRQ_ON_RBB(x) (((x) >> 10) & 0x1)104#define C_000E40_CFRQ_ON_RBB 0xFFFFFBFF105#define S_000E40_HIRQ_IN_RTBUF(x) (((x) & 0x1) << 11)106#define G_000E40_HIRQ_IN_RTBUF(x) (((x) >> 11) & 0x1)107#define C_000E40_HIRQ_IN_RTBUF 0xFFFFF7FF108#define S_000E40_CPRQ_IN_RTBUF(x) (((x) & 0x1) << 12)109#define G_000E40_CPRQ_IN_RTBUF(x) (((x) >> 12) & 0x1)110#define C_000E40_CPRQ_IN_RTBUF 0xFFFFEFFF111#define S_000E40_CFRQ_IN_RTBUF(x) (((x) & 0x1) << 13)112#define G_000E40_CFRQ_IN_RTBUF(x) (((x) >> 13) & 0x1)113#define C_000E40_CFRQ_IN_RTBUF 0xFFFFDFFF114#define S_000E40_CF_PIPE_BUSY(x) (((x) & 0x1) << 14)115#define G_000E40_CF_PIPE_BUSY(x) (((x) >> 14) & 0x1)116#define C_000E40_CF_PIPE_BUSY 0xFFFFBFFF117#define S_000E40_ENG_EV_BUSY(x) (((x) & 0x1) << 15)118#define G_000E40_ENG_EV_BUSY(x) (((x) >> 15) & 0x1)119#define C_000E40_ENG_EV_BUSY 0xFFFF7FFF120#define S_000E40_CP_CMDSTRM_BUSY(x) (((x) & 0x1) << 16)121#define G_000E40_CP_CMDSTRM_BUSY(x) (((x) >> 16) & 0x1)122#define C_000E40_CP_CMDSTRM_BUSY 0xFFFEFFFF123#define S_000E40_E2_BUSY(x) (((x) & 0x1) << 17)124#define G_000E40_E2_BUSY(x) (((x) >> 17) & 0x1)125#define C_000E40_E2_BUSY 0xFFFDFFFF126#define S_000E40_RB2D_BUSY(x) (((x) & 0x1) << 18)127#define G_000E40_RB2D_BUSY(x) (((x) >> 18) & 0x1)128#define C_000E40_RB2D_BUSY 0xFFFBFFFF129#define S_000E40_RB3D_BUSY(x) (((x) & 0x1) << 19)130#define G_000E40_RB3D_BUSY(x) (((x) >> 19) & 0x1)131#define C_000E40_RB3D_BUSY 0xFFF7FFFF132#define S_000E40_VAP_BUSY(x) (((x) & 0x1) << 20)133#define G_000E40_VAP_BUSY(x) (((x) >> 20) & 0x1)134#define C_000E40_VAP_BUSY 0xFFEFFFFF135#define S_000E40_RE_BUSY(x) (((x) & 0x1) << 21)136#define G_000E40_RE_BUSY(x) (((x) >> 21) & 0x1)137#define C_000E40_RE_BUSY 0xFFDFFFFF138#define S_000E40_TAM_BUSY(x) (((x) & 0x1) << 22)139#define G_000E40_TAM_BUSY(x) (((x) >> 22) & 0x1)140#define C_000E40_TAM_BUSY 0xFFBFFFFF141#define S_000E40_TDM_BUSY(x) (((x) & 0x1) << 23)142#define G_000E40_TDM_BUSY(x) (((x) >> 23) & 0x1)143#define C_000E40_TDM_BUSY 0xFF7FFFFF144#define S_000E40_PB_BUSY(x) (((x) & 0x1) << 24)145#define G_000E40_PB_BUSY(x) (((x) >> 24) & 0x1)146#define C_000E40_PB_BUSY 0xFEFFFFFF147#define S_000E40_TIM_BUSY(x) (((x) & 0x1) << 25)148#define G_000E40_TIM_BUSY(x) (((x) >> 25) & 0x1)149#define C_000E40_TIM_BUSY 0xFDFFFFFF150#define S_000E40_GA_BUSY(x) (((x) & 0x1) << 26)151#define G_000E40_GA_BUSY(x) (((x) >> 26) & 0x1)152#define C_000E40_GA_BUSY 0xFBFFFFFF153#define S_000E40_CBA2D_BUSY(x) (((x) & 0x1) << 27)154#define G_000E40_CBA2D_BUSY(x) (((x) >> 27) & 0x1)155#define C_000E40_CBA2D_BUSY 0xF7FFFFFF156#define S_000E40_GUI_ACTIVE(x) (((x) & 0x1) << 31)157#define G_000E40_GUI_ACTIVE(x) (((x) >> 31) & 0x1)158#define C_000E40_GUI_ACTIVE 0x7FFFFFFF159 160#endif161