Home | History | Annotate | Line # | Download | only in pci
      1 /*	$NetBSD: machfbreg.h,v 1.5 2012/08/15 15:39:23 macallan Exp $	*/
      2 
      3 /*
      4  * Copyright 1992,1993,1994,1995,1996,1997 by Kevin E. Martin, Chapel Hill, North Carolina.
      5  *
      6  * Permission to use, copy, modify, distribute, and sell this software and
      7  * its documentation for any purpose is hereby granted without fee,
      8  * provided that the above copyright notice appear in all copies and that
      9  * both that copyright notice and this permission notice appear in
     10  * supporting documentation, and that the name of Kevin E. Martin not be
     11  * used in advertising or publicity pertaining to distribution of the
     12  * software without specific, written prior permission.  Kevin E. Martin
     13  * makes no representations about the suitability of this software for any
     14  * purpose.  It is provided "as is" without express or implied warranty.
     15  *
     16  * KEVIN E. MARTIN, RICKARD E. FAITH, AND TIAGO GONS DISCLAIM ALL
     17  * WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
     18  * WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE
     19  * AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
     20  * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
     21  * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
     22  * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
     23  * SOFTWARE.
     24  *
     25  * Modified for the Mach-8 by Rickard E. Faith (faith (at) cs.unc.edu)
     26  * Modified for the Mach32 by Kevin E. Martin (martin (at) cs.unc.edu)
     27  * Modified for the Mach64 by Kevin E. Martin (martin (at) cs.unc.edu)
     28  */
     29 
     30 /* BARs */
     31 #define MACH64_BAR_APERTURE	0x10 /* all mach64 have this */
     32 #define MACH64_BAR_IO		0x14 /* most mach64 have this */
     33 #define MACH64_BAR_MMIO		0x18 /* Rage Pro and newer */
     34 
     35 /* NON-GUI MEMORY MAPPED Registers - expressed in BYTE offsets */
     36 
     37 #define CRTC_H_TOTAL_DISP       0x0000  /* Dword offset 00 */
     38 #define CRTC_H_SYNC_STRT_WID    0x0004  /* Dword offset 01 */
     39 #define CRTC_V_TOTAL_DISP       0x0008  /* Dword offset 02 */
     40 #define CRTC_V_SYNC_STRT_WID    0x000C  /* Dword offset 03 */
     41 #define CRTC_VLINE_CRNT_VLINE   0x0010  /* Dword offset 04 */
     42 #define CRTC_OFF_PITCH          0x0014  /* Dword offset 05 */
     43 #define CRTC_INT_CNTL           0x0018  /* Dword offset 06 */
     44 #define CRTC_GEN_CNTL           0x001C  /* Dword offset 07 */
     45 
     46 #define DSP_CONFIG              0x0020  /* Dword offset 08 */
     47 #define DSP_ON_OFF              0x0024  /* Dword offset 09 */
     48 
     49 #define SHARED_CNTL             0x0038  /* Dword offset 0E */
     50 
     51 #define OVR_CLR                 0x0040  /* Dword offset 10 */
     52 #define OVR_WID_LEFT_RIGHT      0x0044  /* Dword offset 11 */
     53 #define OVR_WID_TOP_BOTTOM      0x0048  /* Dword offset 12 */
     54 
     55 #define CUR_CLR0                0x0060  /* Dword offset 18 */
     56 #define CUR_CLR1                0x0064  /* Dword offset 19 */
     57 #define CUR_OFFSET              0x0068  /* Dword offset 1A */
     58 #define CUR_HORZ_VERT_POSN      0x006C  /* Dword offset 1B */
     59 #define CUR_HORZ_VERT_OFF       0x0070  /* Dword offset 1C */
     60 
     61 #define HW_DEBUG                0x007C  /* Dword offset 1F */
     62 
     63 #define SCRATCH_REG0            0x0080  /* Dword offset 20 */
     64 #define SCRATCH_REG1            0x0084  /* Dword offset 21 */
     65 
     66 #define CLOCK_CNTL              0x0090  /* Dword offset 24 */
     67 
     68 #define BUS_CNTL                0x00A0  /* Dword offset 28 */
     69 
     70 #define LCD_INDEX               0x00A4  /* Dword offset 29 (LTPro) */
     71 #define LCD_DATA                0x00A8  /* Dword offset 2A (LTPro) */
     72 
     73 #define MEM_CNTL                0x00B0  /* Dword offset 2C */
     74 
     75 #define MEM_VGA_WP_SEL          0x00B4  /* Dword offset 2D */
     76 #define MEM_VGA_RP_SEL          0x00B8  /* Dword offset 2E */
     77 
     78 #define DAC_REGS                0x00C0  /* Dword offset 30 */
     79 #define DAC_WINDEX		0x00C0  /* Dword offset 30 */
     80 #define DAC_DATA                0x00C1  /* Dword offset 30 */
     81 #define DAC_MASK                0x00C2  /* Dword offset 30 */
     82 #define DAC_RINDEX		0x00C3  /* Dword offset 30 */
     83 #define DAC_CNTL                0x00C4  /* Dword offset 31 */
     84 
     85 #define HORZ_STRETCHING         0x00C8  /* Dword offset 32 (LT) */
     86 #define VERT_STRETCHING         0x00CC  /* Dword offset 33 (LT) */
     87 
     88 #define GEN_TEST_CNTL           0x00D0  /* Dword offset 34 */
     89 
     90 #define LCD_GEN_CNTL            0x00D4  /* Dword offset 35 (LT) */
     91 #define POWER_MANAGEMENT        0x00D8  /* Dword offset 36 (LT) */
     92 
     93 #define CONFIG_CNTL		0x00DC	/* Dword offset 37 (CT, ET, VT) */
     94 #define CONFIG_CHIP_ID          0x00E0  /* Dword offset 38 */
     95 #define CONFIG_STAT0            0x00E4  /* Dword offset 39 */
     96 #define CONFIG_STAT1            0x00E8  /* Dword offset 3A */
     97 
     98 
     99 /* GUI MEMORY MAPPED Registers */
    100 
    101 #define DST_OFF_PITCH           0x0100  /* Dword offset 40 */
    102 #define DST_X                   0x0104  /* Dword offset 41 */
    103 #define DST_Y                   0x0108  /* Dword offset 42 */
    104 #define DST_Y_X                 0x010C  /* Dword offset 43 */
    105 #define DST_WIDTH               0x0110  /* Dword offset 44 */
    106 #define DST_HEIGHT              0x0114  /* Dword offset 45 */
    107 #define DST_HEIGHT_WIDTH        0x0118  /* Dword offset 46 */
    108 #define DST_X_WIDTH             0x011C  /* Dword offset 47 */
    109 #define DST_BRES_LNTH           0x0120  /* Dword offset 48 */
    110 #define DST_BRES_ERR            0x0124  /* Dword offset 49 */
    111 #define DST_BRES_INC            0x0128  /* Dword offset 4A */
    112 #define DST_BRES_DEC            0x012C  /* Dword offset 4B */
    113 #define DST_CNTL                0x0130  /* Dword offset 4C */
    114 
    115 #define SRC_OFF_PITCH           0x0180  /* Dword offset 60 */
    116 #define SRC_X                   0x0184  /* Dword offset 61 */
    117 #define SRC_Y                   0x0188  /* Dword offset 62 */
    118 #define SRC_Y_X                 0x018C  /* Dword offset 63 */
    119 #define SRC_WIDTH1              0x0190  /* Dword offset 64 */
    120 #define SRC_HEIGHT1             0x0194  /* Dword offset 65 */
    121 #define SRC_HEIGHT1_WIDTH1      0x0198  /* Dword offset 66 */
    122 #define SRC_X_START             0x019C  /* Dword offset 67 */
    123 #define SRC_Y_START             0x01A0  /* Dword offset 68 */
    124 #define SRC_Y_X_START           0x01A4  /* Dword offset 69 */
    125 #define SRC_WIDTH2              0x01A8  /* Dword offset 6A */
    126 #define SRC_HEIGHT2             0x01AC  /* Dword offset 6B */
    127 #define SRC_HEIGHT2_WIDTH2      0x01B0  /* Dword offset 6C */
    128 #define SRC_CNTL                0x01B4  /* Dword offset 6D */
    129 
    130 #define HOST_DATA0              0x0200  /* Dword offset 80 */
    131 #define HOST_DATA1              0x0204  /* Dword offset 81 */
    132 #define HOST_DATA2              0x0208  /* Dword offset 82 */
    133 #define HOST_DATA3              0x020C  /* Dword offset 83 */
    134 #define HOST_DATA4              0x0210  /* Dword offset 84 */
    135 #define HOST_DATA5              0x0214  /* Dword offset 85 */
    136 #define HOST_DATA6              0x0218  /* Dword offset 86 */
    137 #define HOST_DATA7              0x021C  /* Dword offset 87 */
    138 #define HOST_DATA8              0x0220  /* Dword offset 88 */
    139 #define HOST_DATA9              0x0224  /* Dword offset 89 */
    140 #define HOST_DATAA              0x0228  /* Dword offset 8A */
    141 #define HOST_DATAB              0x022C  /* Dword offset 8B */
    142 #define HOST_DATAC              0x0230  /* Dword offset 8C */
    143 #define HOST_DATAD              0x0234  /* Dword offset 8D */
    144 #define HOST_DATAE              0x0238  /* Dword offset 8E */
    145 #define HOST_DATAF              0x023C  /* Dword offset 8F */
    146 #define HOST_CNTL               0x0240  /* Dword offset 90 */
    147 
    148 #define PAT_REG0                0x0280  /* Dword offset A0 */
    149 #define PAT_REG1                0x0284  /* Dword offset A1 */
    150 #define PAT_CNTL                0x0288  /* Dword offset A2 */
    151 
    152 #define SC_LEFT                 0x02A0  /* Dword offset A8 */
    153 #define SC_RIGHT                0x02A4  /* Dword offset A9 */
    154 #define SC_LEFT_RIGHT           0x02A8  /* Dword offset AA */
    155 #define SC_TOP                  0x02AC  /* Dword offset AB */
    156 #define SC_BOTTOM               0x02B0  /* Dword offset AC */
    157 #define SC_TOP_BOTTOM           0x02B4  /* Dword offset AD */
    158 
    159 #define DP_BKGD_CLR             0x02C0  /* Dword offset B0 */
    160 #define DP_FRGD_CLR             0x02C4  /* Dword offset B1 */
    161 #define DP_WRITE_MASK           0x02C8  /* Dword offset B2 */
    162 #define DP_CHAIN_MASK           0x02CC  /* Dword offset B3 */
    163 #define DP_PIX_WIDTH            0x02D0  /* Dword offset B4 */
    164 #define DP_MIX                  0x02D4  /* Dword offset B5 */
    165 #define DP_SRC                  0x02D8  /* Dword offset B6 */
    166 
    167 #define CLR_CMP_CLR             0x0300  /* Dword offset C0 */
    168 #define CLR_CMP_MASK            0x0304  /* Dword offset C1 */
    169 #define CLR_CMP_CNTL            0x0308  /* Dword offset C2 */
    170 
    171 #define FIFO_STAT               0x0310  /* Dword offset C4 */
    172 
    173 #define CONTEXT_MASK            0x0320  /* Dword offset C8 */
    174 #define CONTEXT_LOAD_CNTL       0x032C  /* Dword offset CB */
    175 
    176 #define GUI_TRAJ_CNTL           0x0330  /* Dword offset CC */
    177 #define GUI_STAT                0x0338  /* Dword offset CE */
    178 
    179 
    180 /* CRTC control values */
    181 
    182 #define CRTC_HSYNC_NEG		0x00200000
    183 #define CRTC_VSYNC_NEG		0x00200000
    184 
    185 #define CRTC_DBL_SCAN_EN	0x00000001
    186 #define CRTC_INTERLACE_EN	0x00000002
    187 #define CRTC_HSYNC_DIS		0x00000004
    188 #define CRTC_VSYNC_DIS		0x00000008
    189 #define CRTC_CSYNC_EN		0x00000010
    190 #define CRTC_PIX_BY_2_EN	0x00000020
    191 
    192 #define CRTC_DISPLAY_DIS        0x00000040
    193 
    194 #define CRTC_PIX_WIDTH		0x00000700
    195 #define CRTC_PIX_WIDTH_4BPP	0x00000100
    196 #define CRTC_PIX_WIDTH_8BPP	0x00000200
    197 #define CRTC_PIX_WIDTH_15BPP	0x00000300
    198 #define CRTC_PIX_WIDTH_16BPP	0x00000400
    199 #define CRTC_PIX_WIDTH_24BPP	0x00000500
    200 #define CRTC_PIX_WIDTH_32BPP	0x00000600
    201 
    202 #define CRTC_BYTE_PIX_ORDER	0x00000800
    203 #define CRTC_PIX_ORDER_MSN_LSN	0x00000000
    204 #define CRTC_PIX_ORDER_LSN_MSN	0x00000800
    205 
    206 #define CRTC_FIFO_LWM		0x000f0000
    207 #define CRTC_LOCK_REGS		0x00400000
    208 #define CRTC_EXT_DISP_EN	0x01000000
    209 #define CRTC_EXT_EN		0x02000000
    210 
    211 #define CRTC_CRNT_VLINE		0x07f00000
    212 #define CRTC_VBLANK		0x00000001
    213 
    214 /* DAC control values */
    215 
    216 #define DAC_EXT_SEL_RS2		0x01
    217 #define DAC_EXT_SEL_RS3		0x02
    218 #define DAC_8BIT_EN		0x00000100
    219 #define DAC_PIX_DLY_MASK	0x00000600
    220 #define DAC_PIX_DLY_0NS		0x00000000
    221 #define DAC_PIX_DLY_2NS		0x00000200
    222 #define DAC_PIX_DLY_4NS		0x00000400
    223 #define DAC_BLANK_ADJ_MASK	0x00001800
    224 #define DAC_BLANK_ADJ_0		0x00000000
    225 #define DAC_BLANK_ADJ_1		0x00000800
    226 #define DAC_BLANK_ADJ_2		0x00001000
    227 
    228 
    229 /* Mix control values */
    230 
    231 #define MIX_NOT_DST		0x0000
    232 #define MIX_0                   0x0001
    233 #define MIX_1                   0x0002
    234 #define MIX_DST                 0x0003
    235 #define MIX_NOT_SRC             0x0004
    236 #define MIX_XOR                 0x0005
    237 #define MIX_XNOR                0x0006
    238 #define MIX_SRC                 0x0007
    239 #define MIX_NAND                0x0008
    240 #define MIX_NOT_SRC_OR_DST      0x0009
    241 #define MIX_SRC_OR_NOT_DST      0x000a
    242 #define MIX_OR                  0x000b
    243 #define MIX_AND                 0x000c
    244 #define MIX_SRC_AND_NOT_DST     0x000d
    245 #define MIX_NOT_SRC_AND_DST     0x000e
    246 #define MIX_NOR                 0x000f
    247 
    248 /* Maximum engine dimensions */
    249 #define ENGINE_MIN_X		0
    250 #define ENGINE_MIN_Y		0
    251 #define ENGINE_MAX_X		4095
    252 #define ENGINE_MAX_Y		16383
    253 
    254 /* Mach64 engine bit constants - these are typically ORed together */
    255 
    256 /* HW_DEBUG register constants */
    257 /* For RagePro only... */
    258 #define AUTO_FF_DIS             0x000001000
    259 #define AUTO_BLKWRT_DIS         0x000002000
    260 
    261 /* BUS_CNTL register constants */
    262 #define BUS_APER_REG_DIS        0x00000010	/* register block 0 */
    263 #define BUS_EXTRA_PIPE_DIS	0x00000020	/* disable extra pipeline */
    264 #define BUS_DISABLE_MASTER	0x00000040	/* disable busmaster */
    265 #define BUS_WRITE_ROM_EN	0x00000080	/* write to flash ROM */
    266 #define BUS_FIFO_ERR_ACK        0x00200000
    267 #define BUS_HOST_ERR_ACK        0x00800000
    268 #define BUS_EXT_REG_EN		0x08000000	/* register block 1 */
    269 
    270 /* GEN_TEST_CNTL register constants */
    271 #define GEN_OVR_OUTPUT_EN       0x20
    272 #define HWCURSOR_ENABLE         0x80
    273 #define GUI_ENGINE_ENABLE       0x100
    274 #define BLOCK_WRITE_ENABLE      0x200
    275 
    276 /* DSP_CONFIG register constants */
    277 #define DSP_XCLKS_PER_QW        0x00003fff
    278 #define DSP_LOOP_LATENCY        0x000f0000
    279 #define DSP_PRECISION           0x00700000
    280 
    281 /* DSP_ON_OFF register constants */
    282 #define DSP_OFF                 0x000007ff
    283 #define DSP_ON                  0x07ff0000
    284 
    285 /* SHARED_CNTL register constants */
    286 #define CTD_FIFO5               0x01000000
    287 
    288 /* CLOCK_CNTL register constants */
    289 #define CLOCK_SEL		0x0000000f
    290 #define CLOCK_DIV		0x00000030
    291 #define CLOCK_DIV1		0x00000000
    292 #define CLOCK_DIV2		0x00000010
    293 #define CLOCK_DIV4		0x00000020
    294 #define CLOCK_STROBE		0x00000040
    295 #define PLL_WR_EN		0x00000200
    296 #define PLL_ADDR		0x0000fc00
    297 #define PLL_ADDR_SHIFT		10
    298 #define PLL_DATA		0x00ff0000
    299 #define PLL_DATA_SHIFT		16
    300 
    301 /* PLL registers */
    302 #define PLL_MACRO_CNTL		0x01
    303 #define PLL_REF_DIV		0x02
    304 #define PLL_GEN_CNTL		0x03
    305 #define MCLK_FB_DIV		0x04
    306 #define PLL_VCLK_CNTL		0x05
    307   #define PLL_VCLK_RESET		0x04
    308 #define VCLK_POST_DIV		0x06
    309 #define VCLK0_FB_DIV		0x07
    310 #define VCLK1_FB_DIV		0x08
    311 #define VCLK2_FB_DIV		0x09
    312 #define VCLK3_FB_DIV		0x0A
    313 #define PLL_XCLK_CNTL		0x0B
    314 #define PLL_TEST_CTRL		0x0E
    315 #define PLL_TEST_COUNT		0x0F
    316 
    317 /* Memory types for CT, ET, VT, GT */
    318 #define DRAM			1
    319 #define EDO_DRAM		2
    320 #define PSEUDO_EDO		3
    321 #define SDRAM			4
    322 #define SGRAM			5
    323 #define SGRAM32			6
    324 
    325 #define DAC_INTERNAL		0x00
    326 #define DAC_IBMRGB514		0x01
    327 #define DAC_ATI68875		0x02
    328 #define DAC_TVP3026_A		0x72
    329 #define DAC_BT476		0x03
    330 #define DAC_BT481		0x04
    331 #define DAC_ATT20C491		0x14
    332 #define DAC_SC15026		0x24
    333 #define DAC_MU9C1880		0x34
    334 #define DAC_IMSG174		0x44
    335 #define DAC_ATI68860_B		0x05
    336 #define DAC_ATI68860_C		0x15
    337 #define DAC_TVP3026_B		0x75
    338 #define DAC_STG1700		0x06
    339 #define DAC_ATT498		0x16
    340 #define DAC_STG1702		0x07
    341 #define DAC_SC15021		0x17
    342 #define DAC_ATT21C498		0x27
    343 #define DAC_STG1703		0x37
    344 #define DAC_CH8398		0x47
    345 #define DAC_ATT20C408		0x57
    346 
    347 #define CLK_ATI18818_0		0
    348 #define CLK_ATI18818_1		1
    349 #define CLK_STG1703		2
    350 #define CLK_CH8398		3
    351 #define CLK_INTERNAL		4
    352 #define CLK_ATT20C408		5
    353 #define CLK_IBMRGB514		6
    354 
    355 /* DST_CNTL register constants */
    356 #define DST_X_RIGHT_TO_LEFT     0
    357 #define DST_X_LEFT_TO_RIGHT     1
    358 #define DST_Y_BOTTOM_TO_TOP     0
    359 #define DST_Y_TOP_TO_BOTTOM     2
    360 #define DST_X_MAJOR             0
    361 #define DST_Y_MAJOR             4
    362 #define DST_X_TILE              8
    363 #define DST_Y_TILE              0x10
    364 #define DST_LAST_PEL            0x20
    365 #define DST_POLYGON_ENABLE      0x40
    366 #define DST_24_ROTATION_ENABLE  0x80
    367 
    368 /* SRC_CNTL register constants */
    369 #define SRC_PATTERN_ENABLE      1
    370 #define SRC_ROTATION_ENABLE     2
    371 #define SRC_LINEAR_ENABLE       4
    372 #define SRC_BYTE_ALIGN          8
    373 #define SRC_LINE_X_RIGHT_TO_LEFT 0
    374 #define SRC_LINE_X_LEFT_TO_RIGHT 0x10
    375 
    376 /* HOST_CNTL register constants */
    377 #define HOST_BYTE_ALIGN         1
    378 
    379 /* DP_CHAIN_MASK register constants */
    380 #define DP_CHAIN_4BPP		0x8888
    381 #define DP_CHAIN_7BPP		0xD2D2
    382 #define DP_CHAIN_8BPP		0x8080
    383 #define DP_CHAIN_8BPP_RGB	0x9292
    384 #define DP_CHAIN_15BPP		0x4210
    385 #define DP_CHAIN_16BPP		0x8410
    386 #define DP_CHAIN_24BPP		0x8080
    387 #define DP_CHAIN_32BPP		0x8080
    388 
    389 /* DP_PIX_WIDTH register constants */
    390 #define DST_1BPP                0
    391 #define DST_4BPP                1
    392 #define DST_8BPP                2
    393 #define DST_15BPP               3
    394 #define DST_16BPP               4
    395 #define DST_32BPP               6
    396 #define SRC_1BPP                0
    397 #define SRC_4BPP                0x100
    398 #define SRC_8BPP                0x200
    399 #define SRC_15BPP               0x300
    400 #define SRC_16BPP               0x400
    401 #define SRC_32BPP               0x600
    402 #define HOST_1BPP               0
    403 #define HOST_4BPP               0x10000
    404 #define HOST_8BPP               0x20000
    405 #define HOST_15BPP              0x30000
    406 #define HOST_16BPP              0x40000
    407 #define HOST_32BPP              0x60000
    408 #define BYTE_ORDER_MSB_TO_LSB   0
    409 #define BYTE_ORDER_LSB_TO_MSB   0x1000000
    410 
    411 /* DP_SRC register constants */
    412 #define BKGD_SRC_BKGD_CLR           0
    413 #define BKGD_SRC_FRGD_CLR           1
    414 #define BKGD_SRC_HOST               2
    415 #define BKGD_SRC_BLIT               3
    416 #define BKGD_SRC_PATTERN            4
    417 #define FRGD_SRC_BKGD_CLR           0
    418 #define FRGD_SRC_FRGD_CLR           0x100
    419 #define FRGD_SRC_HOST               0x200
    420 #define FRGD_SRC_BLIT               0x300
    421 #define FRGD_SRC_PATTERN            0x400
    422 #define MONO_SRC_ONE                0
    423 #define MONO_SRC_PATTERN            0x10000
    424 #define MONO_SRC_HOST               0x20000
    425 #define MONO_SRC_BLIT               0x30000
    426