aty_st_le32       580 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(CLOCK_CNTL_DATA, val);
aty_st_le32       625 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(BIOS_0_SCRATCH, 0x55555555);
aty_st_le32       627 drivers/video/fbdev/aty/aty128fb.c 		aty_st_le32(BIOS_0_SCRATCH, 0xAAAAAAAA);
aty_st_le32       633 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(BIOS_0_SCRATCH, val);	// restore value
aty_st_le32       691 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(PC_NGUI_CTLSTAT, tmp);
aty_st_le32       711 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl | SOFT_RESET_GUI);
aty_st_le32       713 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl & ~(SOFT_RESET_GUI));
aty_st_le32       717 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(CLOCK_CNTL_INDEX, clock_cntl_index);
aty_st_le32       718 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl);
aty_st_le32       721 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(PM4_BUFFER_CNTL, PM4_BUFFER_CNTL_NONPM4);
aty_st_le32       735 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(SCALE_3D_CNTL, 0x00000000);
aty_st_le32       746 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(DEFAULT_OFFSET, 0x00000000);
aty_st_le32       749 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(DEFAULT_PITCH, pitch_value);
aty_st_le32       752 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(DEFAULT_SC_BOTTOM_RIGHT, (0x1FFF << 16) | 0x1FFF);
aty_st_le32       755 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(DP_GUI_MASTER_CNTL,
aty_st_le32       774 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(DST_BRES_ERR, 0);
aty_st_le32       775 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(DST_BRES_INC, 0);
aty_st_le32       776 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(DST_BRES_DEC, 0);
aty_st_le32       779 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(DP_BRUSH_FRGD_CLR, 0xFFFFFFFF); /* white */
aty_st_le32       780 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(DP_BRUSH_BKGD_CLR, 0x00000000); /* black */
aty_st_le32       783 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(DP_SRC_FRGD_CLR, 0xFFFFFFFF);   /* white */
aty_st_le32       784 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(DP_SRC_BKGD_CLR, 0x00000000);   /* black */
aty_st_le32       787 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(DP_WRITE_MASK, 0xFFFFFFFF);
aty_st_le32       830 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(RAGE128_MPP_TB_CONFIG, temp);
aty_st_le32      1026 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl);
aty_st_le32      1027 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(CRTC_H_TOTAL_DISP, crtc->h_total);
aty_st_le32      1028 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(CRTC_H_SYNC_STRT_WID, crtc->h_sync_strt_wid);
aty_st_le32      1029 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(CRTC_V_TOTAL_DISP, crtc->v_total);
aty_st_le32      1030 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(CRTC_V_SYNC_STRT_WID, crtc->v_sync_strt_wid);
aty_st_le32      1031 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(CRTC_PITCH, crtc->pitch);
aty_st_le32      1032 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(CRTC_OFFSET, crtc->offset);
aty_st_le32      1033 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(CRTC_OFFSET_CNTL, crtc->offset_cntl);
aty_st_le32      1289 drivers/video/fbdev/aty/aty128fb.c 		aty_st_le32(CRTC_EXT_CNTL, aty_ld_le32(CRTC_EXT_CNTL) |
aty_st_le32      1291 drivers/video/fbdev/aty/aty128fb.c 		aty_st_le32(DAC_CNTL, (aty_ld_le32(DAC_CNTL) |
aty_st_le32      1294 drivers/video/fbdev/aty/aty128fb.c 		aty_st_le32(CRTC_EXT_CNTL, aty_ld_le32(CRTC_EXT_CNTL) &
aty_st_le32      1309 drivers/video/fbdev/aty/aty128fb.c 		aty_st_le32(LVDS_GEN_CNTL, reg);
aty_st_le32      1319 drivers/video/fbdev/aty/aty128fb.c 		aty_st_le32(LVDS_GEN_CNTL, reg);
aty_st_le32      1322 drivers/video/fbdev/aty/aty128fb.c 		aty_st_le32(LVDS_GEN_CNTL, reg);
aty_st_le32      1335 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(CLOCK_CNTL_INDEX, aty_ld_le32(CLOCK_CNTL_INDEX) | (3 << 8));
aty_st_le32      1424 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(DDA_CONFIG, dsp->dda_config);
aty_st_le32      1425 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(DDA_ON_OFF, dsp->dda_on_off);
aty_st_le32      1502 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(OVR_CLR, 0);
aty_st_le32      1503 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(OVR_WID_LEFT_RIGHT, 0);
aty_st_le32      1504 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(OVR_WID_TOP_BOTTOM, 0);
aty_st_le32      1505 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(OV0_SCALE_CNTL, 0);
aty_st_le32      1506 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(MPP_TB_CONFIG, 0);
aty_st_le32      1507 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(MPP_GP_CONFIG, 0);
aty_st_le32      1508 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(SUBPIC_CNTL, 0);
aty_st_le32      1509 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(VIPH_CONTROL, 0);
aty_st_le32      1510 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(I2C_CNTL_1, 0);         /* turn off i2c */
aty_st_le32      1511 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(GEN_INT_CNTL, 0);	/* turn off interrupts */
aty_st_le32      1512 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(CAP0_TRIG_CNTL, 0);
aty_st_le32      1513 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(CAP1_TRIG_CNTL, 0);
aty_st_le32      1530 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(CNFG_CNTL, config);
aty_st_le32      1650 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(CRTC_OFFSET, offset);
aty_st_le32      1663 drivers/video/fbdev/aty/aty128fb.c 		aty_st_le32(DAC_CNTL, aty_ld_le32(DAC_CNTL) &
aty_st_le32      1668 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(PALETTE_DATA, (red<<16)|(green<<8)|blue);
aty_st_le32      1786 drivers/video/fbdev/aty/aty128fb.c 			aty_st_le32(LVDS_GEN_CNTL, reg);
aty_st_le32      1790 drivers/video/fbdev/aty/aty128fb.c 			aty_st_le32(LVDS_GEN_CNTL, reg);
aty_st_le32      1799 drivers/video/fbdev/aty/aty128fb.c 		aty_st_le32(LVDS_GEN_CNTL, reg);
aty_st_le32      1801 drivers/video/fbdev/aty/aty128fb.c 		aty_st_le32(DAC_CNTL, aty_ld_le32(DAC_CNTL) & (~DAC_PDWN));
aty_st_le32      1809 drivers/video/fbdev/aty/aty128fb.c 		aty_st_le32(LVDS_GEN_CNTL, reg);
aty_st_le32      1814 drivers/video/fbdev/aty/aty128fb.c 		aty_st_le32(LVDS_GEN_CNTL, reg);
aty_st_le32      1816 drivers/video/fbdev/aty/aty128fb.c 		aty_st_le32(DAC_CNTL, aty_ld_le32(DAC_CNTL) | DAC_PDWN);
aty_st_le32      2022 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(DAC_CNTL, dac);
aty_st_le32      2025 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(BUS_CNTL, aty_ld_le32(BUS_CNTL) | BUS_MASTER_DIS);
aty_st_le32      2353 drivers/video/fbdev/aty/aty128fb.c 		aty_st_le32(CRTC2_GEN_CNTL, aty_ld_le32(CRTC2_GEN_CNTL) &
aty_st_le32      2361 drivers/video/fbdev/aty/aty128fb.c 		aty_st_le32(BUS_CNTL1, 0x00000010);
aty_st_le32      2362 drivers/video/fbdev/aty/aty128fb.c 		aty_st_le32(MEM_POWER_MISC, 0x0c830000);
aty_st_le32       152 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(lt_lcd_regs[index], val, par);
aty_st_le32       158 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(LCD_INDEX, (temp & ~LCD_INDEX_MASK) | index, par);
aty_st_le32       160 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(LCD_DATA, val, par);
aty_st_le32       173 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(LCD_INDEX, (temp & ~LCD_INDEX_MASK) | index, par);
aty_st_le32       605 drivers/video/fbdev/aty/atyfb_base.c 	aty_st_le32(GP_IO, 0x31003100, par); /* drive outputs high */
aty_st_le32       607 drivers/video/fbdev/aty/atyfb_base.c 	aty_st_le32(GP_IO, 0, par); /* turn off outputs */
aty_st_le32       613 drivers/video/fbdev/aty/atyfb_base.c 	aty_st_le32(GP_IO, 0x20000000, par); /* drive A low */
aty_st_le32       617 drivers/video/fbdev/aty/atyfb_base.c 	aty_st_le32(GP_IO, 0x20002000, par); /* drive A high again */
aty_st_le32       620 drivers/video/fbdev/aty/atyfb_base.c 	aty_st_le32(GP_IO, 0x10000000, par); /* drive B low */
aty_st_le32       624 drivers/video/fbdev/aty/atyfb_base.c 	aty_st_le32(GP_IO, 0x10001000, par); /* drive B high again */
aty_st_le32       627 drivers/video/fbdev/aty/atyfb_base.c 	aty_st_le32(GP_IO, 0x01000000, par); /* drive C low */
aty_st_le32       630 drivers/video/fbdev/aty/atyfb_base.c 	aty_st_le32(GP_IO, 0, par); /* turn off outputs */
aty_st_le32       648 drivers/video/fbdev/aty/atyfb_base.c 			aty_st_le32(LCD_INDEX, crtc->lcd_index, par);
aty_st_le32       684 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(LCD_GEN_CNTL, crtc->lcd_gen_cntl, par);
aty_st_le32       694 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl &
aty_st_le32       711 drivers/video/fbdev/aty/atyfb_base.c 	aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl & ~CRTC_EN, par);
aty_st_le32       729 drivers/video/fbdev/aty/atyfb_base.c 	aty_st_le32(CRTC_H_TOTAL_DISP, crtc->h_tot_disp, par);
aty_st_le32       730 drivers/video/fbdev/aty/atyfb_base.c 	aty_st_le32(CRTC_H_SYNC_STRT_WID, crtc->h_sync_strt_wid, par);
aty_st_le32       731 drivers/video/fbdev/aty/atyfb_base.c 	aty_st_le32(CRTC_V_TOTAL_DISP, crtc->v_tot_disp, par);
aty_st_le32       732 drivers/video/fbdev/aty/atyfb_base.c 	aty_st_le32(CRTC_V_SYNC_STRT_WID, crtc->v_sync_strt_wid, par);
aty_st_le32       733 drivers/video/fbdev/aty/atyfb_base.c 	aty_st_le32(CRTC_OFF_PITCH, crtc->off_pitch, par);
aty_st_le32       734 drivers/video/fbdev/aty/atyfb_base.c 	aty_st_le32(CRTC_VLINE_CRNT_VLINE, crtc->vline_crnt_vline, par);
aty_st_le32       736 drivers/video/fbdev/aty/atyfb_base.c 	aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl, par);
aty_st_le32       764 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(CRTC_H_TOTAL_DISP, crtc->shadow_h_tot_disp, par);
aty_st_le32       765 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(CRTC_H_SYNC_STRT_WID, crtc->shadow_h_sync_strt_wid, par);
aty_st_le32       766 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(CRTC_V_TOTAL_DISP, crtc->shadow_v_tot_disp, par);
aty_st_le32       767 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(CRTC_V_SYNC_STRT_WID, crtc->shadow_v_sync_strt_wid, par);
aty_st_le32       782 drivers/video/fbdev/aty/atyfb_base.c 			aty_st_le32(LCD_INDEX, crtc->lcd_index, par);
aty_st_le32       894 drivers/video/fbdev/aty/atyfb_base.c 			aty_st_le32(LCD_INDEX, lcd_index, par);
aty_st_le32      1403 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(MEM_CNTL, tmp, par);
aty_st_le32      1421 drivers/video/fbdev/aty/atyfb_base.c 			aty_st_le32(DAC_CNTL, 0x87010184, par);
aty_st_le32      1422 drivers/video/fbdev/aty/atyfb_base.c 			aty_st_le32(BUS_CNTL, 0x680000f9, par);
aty_st_le32      1424 drivers/video/fbdev/aty/atyfb_base.c 			aty_st_le32(DAC_CNTL, 0x87010184, par);
aty_st_le32      1425 drivers/video/fbdev/aty/atyfb_base.c 			aty_st_le32(BUS_CNTL, 0x680000f9, par);
aty_st_le32      1427 drivers/video/fbdev/aty/atyfb_base.c 			aty_st_le32(DAC_CNTL, 0x80010102, par);
aty_st_le32      1428 drivers/video/fbdev/aty/atyfb_base.c 			aty_st_le32(BUS_CNTL, 0x7b33a040 | (par->aux_start ? BUS_APER_REG_DIS : 0), par);
aty_st_le32      1431 drivers/video/fbdev/aty/atyfb_base.c 			aty_st_le32(DAC_CNTL, 0x86010102, par);
aty_st_le32      1432 drivers/video/fbdev/aty/atyfb_base.c 			aty_st_le32(BUS_CNTL, 0x7b23a040 | (par->aux_start ? BUS_APER_REG_DIS : 0), par);
aty_st_le32      1433 drivers/video/fbdev/aty/atyfb_base.c 			aty_st_le32(EXT_MEM_CNTL, aty_ld_le32(EXT_MEM_CNTL, par) | 0x5000001, par);
aty_st_le32      1435 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(MEM_CNTL, tmp, par);
aty_st_le32      1597 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(CRTC_INT_CNTL, (int_cntl & CRTC_INT_EN_MASK) |
aty_st_le32      1602 drivers/video/fbdev/aty/atyfb_base.c 			aty_st_le32(CRTC_OFF_PITCH, par->crtc.off_pitch, par);
aty_st_le32      1625 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(CRTC_INT_CNTL, int_cntl | CRTC_VBLANK_INT_AK, par);
aty_st_le32      1627 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(CRTC_INT_CNTL, int_cntl | CRTC_VBLANK_INT_EN, par);
aty_st_le32      1636 drivers/video/fbdev/aty/atyfb_base.c 			aty_st_le32(CRTC_INT_CNTL, int_cntl |
aty_st_le32      1652 drivers/video/fbdev/aty/atyfb_base.c 			aty_st_le32(CRTC_OFF_PITCH, par->crtc.off_pitch, par);
aty_st_le32      1657 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(CRTC_INT_CNTL, int_cntl & ~CRTC_VBLANK_INT_EN, par);
aty_st_le32      1747 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(CRTC_OFF_PITCH, par->crtc.off_pitch, par);
aty_st_le32      2102 drivers/video/fbdev/aty/atyfb_base.c 	aty_st_le32(MEM_CNTL, par->mem_cntl, par);
aty_st_le32      2108 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(BUS_CNTL,
aty_st_le32      2527 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(MEM_CNTL, par->mem_cntl, par);
aty_st_le32      2592 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(BUS_CNTL, aty_ld_le32(BUS_CNTL, par) |
aty_st_le32      2804 drivers/video/fbdev/aty/atyfb_base.c 	aty_st_le32(CRTC_GEN_CNTL, gen_cntl, par);
aty_st_le32      3028 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(MEM_CNTL, mem, par);
aty_st_le32      3636 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(CLOCK_CNTL, 0x12345678, par);
aty_st_le32        43 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(GEN_TEST_CNTL,
aty_st_le32        47 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(GEN_TEST_CNTL,
aty_st_le32        51 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(BUS_CNTL,
aty_st_le32        59 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(SCALE_3D_CNTL, 0xc0, par);
aty_st_le32        61 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(SETUP_CNTL, 0x00, par);
aty_st_le32        63 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(SCALE_3D_CNTL, 0x00, par);
aty_st_le32        92 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(MEM_VGA_WP_SEL, 0x00010000, par);
aty_st_le32        93 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(MEM_VGA_RP_SEL, 0x00010000, par);
aty_st_le32       102 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(CONTEXT_MASK, 0xFFFFFFFF, par);
aty_st_le32       105 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DST_OFF_PITCH, (pitch_value / 8) << 22, par);
aty_st_le32       108 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DST_Y_X, 0, par);
aty_st_le32       109 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DST_HEIGHT, 0, par);
aty_st_le32       110 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DST_BRES_ERR, 0, par);
aty_st_le32       111 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DST_BRES_INC, 0, par);
aty_st_le32       112 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DST_BRES_DEC, 0, par);
aty_st_le32       115 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DST_CNTL, DST_LAST_PEL | DST_Y_TOP_TO_BOTTOM |
aty_st_le32       119 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(SRC_OFF_PITCH, (pitch_value / 8) << 22, par);
aty_st_le32       122 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(SRC_Y_X, 0, par);
aty_st_le32       123 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(SRC_HEIGHT1_WIDTH1, 1, par);
aty_st_le32       124 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(SRC_Y_X_START, 0, par);
aty_st_le32       125 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(SRC_HEIGHT2_WIDTH2, 1, par);
aty_st_le32       128 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(SRC_CNTL, SRC_LINE_X_LEFT_TO_RIGHT, par);
aty_st_le32       132 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(HOST_CNTL, HOST_BYTE_ALIGN, par);
aty_st_le32       135 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(PAT_REG0, 0, par);
aty_st_le32       136 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(PAT_REG1, 0, par);
aty_st_le32       137 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(PAT_CNTL, 0, par);
aty_st_le32       140 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(SC_LEFT, 0, par);
aty_st_le32       141 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(SC_TOP, 0, par);
aty_st_le32       142 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(SC_BOTTOM, par->crtc.vyres - 1, par);
aty_st_le32       143 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(SC_RIGHT, vxres - 1, par);
aty_st_le32       146 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DP_BKGD_CLR, 0, par);
aty_st_le32       149 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DP_FRGD_CLR, 0xFFFFFFFF, par);
aty_st_le32       152 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DP_WRITE_MASK, 0xFFFFFFFF, par);
aty_st_le32       156 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DP_MIX, FRGD_MIX_S | BKGD_MIX_D, par);
aty_st_le32       160 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DP_SRC, FRGD_SRC_FRGD_CLR, par);
aty_st_le32       165 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(CLR_CMP_CLR, 0, par);
aty_st_le32       166 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(CLR_CMP_MASK, 0xFFFFFFFF, par);
aty_st_le32       167 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(CLR_CMP_CNTL, 0, par);
aty_st_le32       171 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DP_PIX_WIDTH, par->crtc.dp_pix_width, par);
aty_st_le32       172 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DP_CHAIN_MASK, par->crtc.dp_chain_mask, par);
aty_st_le32       175 drivers/video/fbdev/aty/mach64_accel.c  	aty_st_le32(SCALE_3D_CNTL, 0, par);
aty_st_le32       176 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(Z_CNTL, 0, par);
aty_st_le32       177 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(CRTC_INT_CNTL, aty_ld_le32(CRTC_INT_CNTL, par) & ~0x20,
aty_st_le32       179 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(GUI_TRAJ_CNTL, 0x100023, par);
aty_st_le32       194 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DST_Y_X, (x << 16) | y, par);
aty_st_le32       195 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DST_HEIGHT_WIDTH, (width << 16) | height, par);
aty_st_le32       239 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DP_PIX_WIDTH, par->crtc.dp_pix_width, par);
aty_st_le32       240 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DP_SRC, FRGD_SRC_BLIT, par);
aty_st_le32       241 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(SRC_Y_X, (sx << 16) | sy, par);
aty_st_le32       242 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(SRC_HEIGHT1_WIDTH1, (width << 16) | area->height, par);
aty_st_le32       243 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DST_CNTL, direction | rotation, par);
aty_st_le32       276 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DP_PIX_WIDTH, par->crtc.dp_pix_width, par);
aty_st_le32       277 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DP_FRGD_CLR, color, par);
aty_st_le32       278 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DP_SRC,
aty_st_le32       281 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DST_CNTL,
aty_st_le32       367 drivers/video/fbdev/aty/mach64_accel.c 		aty_st_le32(DP_BKGD_CLR, bg, par);
aty_st_le32       368 drivers/video/fbdev/aty/mach64_accel.c 		aty_st_le32(DP_FRGD_CLR, fg, par);
aty_st_le32       377 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DP_PIX_WIDTH, pix_width, par);
aty_st_le32       378 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DP_MIX, mix, par);
aty_st_le32       379 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DP_SRC, src, par);
aty_st_le32       380 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(HOST_CNTL, HOST_BYTE_ALIGN, par);
aty_st_le32       381 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DST_CNTL, DST_Y_TOP_TO_BOTTOM | DST_X_LEFT_TO_RIGHT | rotation, par);
aty_st_le32       420 drivers/video/fbdev/aty/mach64_accel.c 			aty_st_le32(HOST_DATA0, le32_to_cpu(hostdword), par);
aty_st_le32       426 drivers/video/fbdev/aty/mach64_accel.c 			aty_st_le32(HOST_DATA0, get_unaligned_le32(pbitmap), par);
aty_st_le32       311 drivers/video/fbdev/aty/mach64_ct.c 		aty_st_le32(CRTC_GEN_CNTL, crtc_gen_cntl | CRTC_EXT_DISP_EN, par);
aty_st_le32       346 drivers/video/fbdev/aty/mach64_ct.c 		aty_st_le32(CRTC_GEN_CNTL, crtc_gen_cntl, par);
aty_st_le32       359 drivers/video/fbdev/aty/mach64_ct.c 		aty_st_le32(DSP_CONFIG, pll->ct.dsp_config, par);
aty_st_le32       360 drivers/video/fbdev/aty/mach64_ct.c 		aty_st_le32(DSP_ON_OFF, pll->ct.dsp_on_off, par);
aty_st_le32        83 drivers/video/fbdev/aty/mach64_cursor.c 		aty_st_le32(GEN_TEST_CNTL, aty_ld_le32(GEN_TEST_CNTL, par)
aty_st_le32        86 drivers/video/fbdev/aty/mach64_cursor.c 		aty_st_le32(GEN_TEST_CNTL, aty_ld_le32(GEN_TEST_CNTL, par)
aty_st_le32       118 drivers/video/fbdev/aty/mach64_cursor.c 		aty_st_le32(CUR_OFFSET, (info->fix.smem_len >> 3) + (yoff << 1), par);
aty_st_le32       119 drivers/video/fbdev/aty/mach64_cursor.c 		aty_st_le32(CUR_HORZ_VERT_OFF,
aty_st_le32       121 drivers/video/fbdev/aty/mach64_cursor.c 		aty_st_le32(CUR_HORZ_VERT_POSN, ((u32) y << 16) | x, par);
aty_st_le32       140 drivers/video/fbdev/aty/mach64_cursor.c 		aty_st_le32(CUR_CLR0, bg, par);
aty_st_le32       141 drivers/video/fbdev/aty/mach64_cursor.c 		aty_st_le32(CUR_CLR1, fg, par);
aty_st_le32       274 drivers/video/fbdev/aty/mach64_gx.c 	aty_st_le32(BUS_CNTL, 0x890e20f1, par);
aty_st_le32       275 drivers/video/fbdev/aty/mach64_gx.c 	aty_st_le32(DAC_CNTL, 0x47052100, par);
aty_st_le32       327 drivers/video/fbdev/aty/mach64_gx.c 	aty_st_le32(BUS_CNTL, 0x890e20f1, par);
aty_st_le32       328 drivers/video/fbdev/aty/mach64_gx.c 	aty_st_le32(DAC_CNTL, 0x00072000, par);
aty_st_le32       890 drivers/video/fbdev/aty/mach64_gx.c 	aty_st_le32(BUS_CNTL, 0x890e20f1, par);
aty_st_le32       891 drivers/video/fbdev/aty/mach64_gx.c 	aty_st_le32(DAC_CNTL, 0x47052100, par);
aty_st_le32       893 drivers/video/fbdev/aty/mach64_gx.c 	aty_st_le32(BUS_CNTL, 0x590e10ff, par);
aty_st_le32       894 drivers/video/fbdev/aty/mach64_gx.c 	aty_st_le32(DAC_CNTL, 0x47012100, par);