radeon.h (20c93959330aba8b5bbdbfde1ef319e99eba235d) | radeon.h (6d0f6bcf337c5261c08fabe12982178c2c489d76) |
---|---|
1#ifndef _RADEON_H 2#define _RADEON_H 3 4 5#define RADEON_REGSIZE 0x4000 6 7 8#define MM_INDEX 0x0000 --- 499 unchanged lines hidden (view full) --- 508#define PIXCLK_LVDS_ALWAYS_ONb (1 << 14) 509#define PIXCLK_TMDS_ALWAYS_ONb (1 << 15) 510 511 512/* CLOCK_CNTL_INDEX bit constants */ 513#define PLL_WR_EN 0x00000080 514 515/* CONFIG_CNTL bit constants */ | 1#ifndef _RADEON_H 2#define _RADEON_H 3 4 5#define RADEON_REGSIZE 0x4000 6 7 8#define MM_INDEX 0x0000 --- 499 unchanged lines hidden (view full) --- 508#define PIXCLK_LVDS_ALWAYS_ONb (1 << 14) 509#define PIXCLK_TMDS_ALWAYS_ONb (1 << 15) 510 511 512/* CLOCK_CNTL_INDEX bit constants */ 513#define PLL_WR_EN 0x00000080 514 515/* CONFIG_CNTL bit constants */ |
516#define CFG_VGA_RAM_EN 0x00000100 517#define CFG_ATI_REV_ID_MASK (0xf << 16) 518#define CFG_ATI_REV_A11 (0 << 16) 519#define CFG_ATI_REV_A12 (1 << 16) 520#define CFG_ATI_REV_A13 (2 << 16) | 516#define CONFIG_SYS_VGA_RAM_EN 0x00000100 517#define CONFIG_SYS_ATI_REV_ID_MASK (0xf << 16) 518#define CONFIG_SYS_ATI_REV_A11 (0 << 16) 519#define CONFIG_SYS_ATI_REV_A12 (1 << 16) 520#define CONFIG_SYS_ATI_REV_A13 (2 << 16) |
521 522/* CRTC_EXT_CNTL bit constants */ 523#define VGA_ATI_LINEAR 0x00000008 524#define VGA_128KAP_PAGING 0x00000010 525#define XCRT_CNT_EN (1 << 6) 526#define CRTC_HSYNC_DIS (1 << 8) 527#define CRTC_VSYNC_DIS (1 << 9) 528#define CRTC_DISPLAY_DIS (1 << 10) --- 1460 unchanged lines hidden --- | 521 522/* CRTC_EXT_CNTL bit constants */ 523#define VGA_ATI_LINEAR 0x00000008 524#define VGA_128KAP_PAGING 0x00000010 525#define XCRT_CNT_EN (1 << 6) 526#define CRTC_HSYNC_DIS (1 << 8) 527#define CRTC_VSYNC_DIS (1 << 9) 528#define CRTC_DISPLAY_DIS (1 << 10) --- 1460 unchanged lines hidden --- |