135135#if defined(CONFIG_PM ) || defined(CONFIG_PMAC_BACKLIGHT ) || \
136136defined (CONFIG_FB_ATY_GENERIC_LCD ) || defined(CONFIG_FB_ATY_BACKLIGHT )
137137static const u32 lt_lcd_regs [] = {
138- CONFIG_PANEL_LG ,
138+ CNFG_PANEL_LG ,
139139 LCD_GEN_CNTL_LG ,
140140 DSTN_CONTROL_LG ,
141141 HFB_PITCH_ADDR_LG ,
@@ -446,7 +446,7 @@ static int __devinit correct_chipset(struct atyfb_par *par)
446446 par -> pll_limits .ecp_max = aty_chips [i ].ecp_max ;
447447 par -> features = aty_chips [i ].features ;
448448
449- chip_id = aty_ld_le32 (CONFIG_CHIP_ID , par );
449+ chip_id = aty_ld_le32 (CNFG_CHIP_ID , par );
450450 type = chip_id & CFG_CHIP_TYPE ;
451451 rev = (chip_id & CFG_CHIP_REV ) >> 24 ;
452452
@@ -629,7 +629,7 @@ static void aty_get_crtc(const struct atyfb_par *par, struct crtc *crtc)
629629 crtc -> lcd_index = aty_ld_le32 (LCD_INDEX , par );
630630 aty_st_le32 (LCD_INDEX , crtc -> lcd_index , par );
631631 }
632- crtc -> lcd_config_panel = aty_ld_lcd (CONFIG_PANEL , par );
632+ crtc -> lcd_config_panel = aty_ld_lcd (CNFG_PANEL , par );
633633 crtc -> lcd_gen_cntl = aty_ld_lcd (LCD_GEN_CNTL , par );
634634
635635
@@ -676,7 +676,7 @@ static void aty_set_crtc(const struct atyfb_par *par, const struct crtc *crtc)
676676 aty_st_le32 (CRTC_GEN_CNTL , crtc -> gen_cntl & ~(CRTC_EXT_DISP_EN | CRTC_EN ), par );
677677
678678 /* update non-shadow registers first */
679- aty_st_lcd (CONFIG_PANEL , crtc -> lcd_config_panel , par );
679+ aty_st_lcd (CNFG_PANEL , crtc -> lcd_config_panel , par );
680680 aty_st_lcd (LCD_GEN_CNTL , crtc -> lcd_gen_cntl &
681681 ~(CRTC_RW_SELECT | SHADOW_EN | SHADOW_RW_EN ), par );
682682
@@ -858,7 +858,7 @@ static int aty_var_to_crtc(const struct fb_info *info,
858858 if (!M64_HAS (MOBIL_BUS ))
859859 crtc -> lcd_index |= CRTC2_DISPLAY_DIS ;
860860
861- crtc -> lcd_config_panel = aty_ld_lcd (CONFIG_PANEL , par ) | 0x4000 ;
861+ crtc -> lcd_config_panel = aty_ld_lcd (CNFG_PANEL , par ) | 0x4000 ;
862862 crtc -> lcd_gen_cntl = aty_ld_lcd (LCD_GEN_CNTL , par ) & ~CRTC_RW_SELECT ;
863863
864864 crtc -> lcd_gen_cntl &=
@@ -2254,7 +2254,7 @@ static int __devinit aty_init(struct fb_info *info)
22542254 if (!M64_HAS (INTEGRATED )) {
22552255 u32 stat0 ;
22562256 u8 dac_type , dac_subtype , clk_type ;
2257- stat0 = aty_ld_le32 (CONFIG_STAT0 , par );
2257+ stat0 = aty_ld_le32 (CNFG_STAT0 , par );
22582258 par -> bus_type = (stat0 >> 0 ) & 0x07 ;
22592259 par -> ram_type = (stat0 >> 3 ) & 0x07 ;
22602260 ramname = aty_gx_ram [par -> ram_type ];
@@ -2324,7 +2324,7 @@ static int __devinit aty_init(struct fb_info *info)
23242324 par -> dac_ops = & aty_dac_ct ;
23252325 par -> pll_ops = & aty_pll_ct ;
23262326 par -> bus_type = PCI ;
2327- par -> ram_type = (aty_ld_le32 (CONFIG_STAT0 , par ) & 0x07 );
2327+ par -> ram_type = (aty_ld_le32 (CNFG_STAT0 , par ) & 0x07 );
23282328 ramname = aty_ct_ram [par -> ram_type ];
23292329 /* for many chips, the mclk is 67 MHz for SDRAM, 63 MHz otherwise */
23302330 if (par -> pll_limits .mclk == 67 && par -> ram_type < SDRAM )
@@ -2433,7 +2433,7 @@ static int __devinit aty_init(struct fb_info *info)
24332433 }
24342434
24352435 if (M64_HAS (MAGIC_VRAM_SIZE )) {
2436- if (aty_ld_le32 (CONFIG_STAT1 , par ) & 0x40000000 )
2436+ if (aty_ld_le32 (CNFG_STAT1 , par ) & 0x40000000 )
24372437 info -> fix .smem_len += 0x400000 ;
24382438 }
24392439
@@ -2946,7 +2946,7 @@ static int __devinit atyfb_setup_sparc(struct pci_dev *pdev,
29462946 * Fix PROMs idea of MEM_CNTL settings...
29472947 */
29482948 mem = aty_ld_le32 (MEM_CNTL , par );
2949- chip_id = aty_ld_le32 (CONFIG_CHIP_ID , par );
2949+ chip_id = aty_ld_le32 (CNFG_CHIP_ID , par );
29502950 if (((chip_id & CFG_CHIP_TYPE ) == VT_CHIP_ID ) && !((chip_id >> 24 ) & 1 )) {
29512951 switch (mem & 0x0f ) {
29522952 case 3 :
@@ -2964,7 +2964,7 @@ static int __devinit atyfb_setup_sparc(struct pci_dev *pdev,
29642964 default :
29652965 break ;
29662966 }
2967- if ((aty_ld_le32 (CONFIG_STAT0 , par ) & 7 ) >= SDRAM )
2967+ if ((aty_ld_le32 (CNFG_STAT0 , par ) & 7 ) >= SDRAM )
29682968 mem &= ~(0x00700000 );
29692969 }
29702970 mem &= ~(0xcf80e000 ); /* Turn off all undocumented bits. */
@@ -3572,7 +3572,7 @@ static int __init atyfb_atari_probe(void)
35723572 }
35733573
35743574 /* Fake pci_id for correct_chipset() */
3575- switch (aty_ld_le32 (CONFIG_CHIP_ID , par ) & CFG_CHIP_TYPE ) {
3575+ switch (aty_ld_le32 (CNFG_CHIP_ID , par ) & CFG_CHIP_TYPE ) {
35763576 case 0x00d7 :
35773577 par -> pci_id = PCI_CHIP_MACH64GX ;
35783578 break ;
0 commit comments