Lines Matching refs:aty_ld_le32
560 #define aty_ld_le32(regindex) _aty_ld_le32(regindex, par) macro
577 return aty_ld_le32(CLOCK_CNTL_DATA); in _aty_ld_pll()
628 val = aty_ld_le32(BIOS_0_SCRATCH); in register_test()
631 if (aty_ld_le32(BIOS_0_SCRATCH) == 0x55555555) { in register_test()
634 if (aty_ld_le32(BIOS_0_SCRATCH) == 0xAAAAAAAA) in register_test()
652 par->fifo_slots = aty_ld_le32(GUI_STAT) & 0x0fff; in do_wait_for_fifo()
669 if (!(aty_ld_le32(GUI_STAT) & (1 << 31))) { in wait_for_idle()
693 tmp = aty_ld_le32(PC_NGUI_CTLSTAT); in aty128_flush_pixel_cache()
699 if (!(aty_ld_le32(PC_NGUI_CTLSTAT) & PC_BUSY)) in aty128_flush_pixel_cache()
710 clock_cntl_index = aty_ld_le32(CLOCK_CNTL_INDEX); in aty128_reset_engine()
715 gen_reset_cntl = aty_ld_le32(GEN_RESET_CNTL); in aty128_reset_engine()
717 aty_ld_le32(GEN_RESET_CNTL); in aty128_reset_engine()
719 aty_ld_le32(GEN_RESET_CNTL); in aty128_reset_engine()
832 temp = aty_ld_le32(RAGE128_MPP_TB_CONFIG); in aty128_map_ROM()
836 temp = aty_ld_le32(RAGE128_MPP_TB_CONFIG); in aty128_map_ROM()
1006 switch (aty_ld_le32(MEM_CNTL) & 0x3) { in aty128_timings()
1294 aty_st_le32(CRTC_EXT_CNTL, aty_ld_le32(CRTC_EXT_CNTL) | in aty128_set_crt_enable()
1296 aty_st_le32(DAC_CNTL, (aty_ld_le32(DAC_CNTL) | in aty128_set_crt_enable()
1299 aty_st_le32(CRTC_EXT_CNTL, aty_ld_le32(CRTC_EXT_CNTL) & in aty128_set_crt_enable()
1311 reg = aty_ld_le32(LVDS_GEN_CNTL); in aty128_set_lcd_enable()
1322 reg = aty_ld_le32(LVDS_GEN_CNTL); in aty128_set_lcd_enable()
1340 aty_st_le32(CLOCK_CNTL_INDEX, aty_ld_le32(CLOCK_CNTL_INDEX) | (3 << 8)); in aty128_set_pll()
1526 config = aty_ld_le32(CNFG_CNTL) & ~3; in aty128fb_set_par()
1676 aty_st_le32(DAC_CNTL, aty_ld_le32(DAC_CNTL) | in aty128_st_pal()
1681 aty_st_le32(DAC_CNTL, aty_ld_le32(DAC_CNTL) & in aty128_st_pal()
1789 unsigned int reg = aty_ld_le32(LVDS_GEN_CNTL); in aty128_bl_update_status()
1805 aty_ld_le32(LVDS_GEN_CNTL); in aty128_bl_update_status()
1819 aty_st_le32(DAC_CNTL, aty_ld_le32(DAC_CNTL) & (~DAC_PDWN)); in aty128_bl_update_status()
1828 aty_ld_le32(LVDS_GEN_CNTL); in aty128_bl_update_status()
1834 aty_st_le32(DAC_CNTL, aty_ld_le32(DAC_CNTL) | DAC_PDWN); in aty128_bl_update_status()
1933 chip_rev = (aty_ld_le32(CNFG_CNTL) >> 16) & 0x1F; in aty128_init()
2035 dac = aty_ld_le32(DAC_CNTL); in aty128_init()
2043 aty_st_le32(BUS_CNTL, aty_ld_le32(BUS_CNTL) | BUS_MASTER_DIS); in aty128_init()
2122 par->vram_size = aty_ld_le32(CNFG_MEMSIZE) & 0x03FFFFFF; in aty128_probe()
2378 save_dp_datatype = aty_ld_le32(DP_DATATYPE);
2379 save_dp_cntl = aty_ld_le32(DP_CNTL);
2436 aty_st_le32(CRTC2_GEN_CNTL, aty_ld_le32(CRTC2_GEN_CNTL) & in aty128_set_suspend()