Lines Matching refs:aty_ld_le32
548 #define aty_ld_le32(regindex) _aty_ld_le32(regindex, par) macro
565 return aty_ld_le32(CLOCK_CNTL_DATA); in _aty_ld_pll()
616 val = aty_ld_le32(BIOS_0_SCRATCH); in register_test()
619 if (aty_ld_le32(BIOS_0_SCRATCH) == 0x55555555) { in register_test()
622 if (aty_ld_le32(BIOS_0_SCRATCH) == 0xAAAAAAAA) in register_test()
640 par->fifo_slots = aty_ld_le32(GUI_STAT) & 0x0fff; in do_wait_for_fifo()
657 if (!(aty_ld_le32(GUI_STAT) & (1 << 31))) { in wait_for_idle()
681 tmp = aty_ld_le32(PC_NGUI_CTLSTAT); in aty128_flush_pixel_cache()
687 if (!(aty_ld_le32(PC_NGUI_CTLSTAT) & PC_BUSY)) in aty128_flush_pixel_cache()
698 clock_cntl_index = aty_ld_le32(CLOCK_CNTL_INDEX); in aty128_reset_engine()
703 gen_reset_cntl = aty_ld_le32(GEN_RESET_CNTL); in aty128_reset_engine()
705 aty_ld_le32(GEN_RESET_CNTL); in aty128_reset_engine()
707 aty_ld_le32(GEN_RESET_CNTL); in aty128_reset_engine()
820 temp = aty_ld_le32(RAGE128_MPP_TB_CONFIG); in aty128_map_ROM()
824 temp = aty_ld_le32(RAGE128_MPP_TB_CONFIG); in aty128_map_ROM()
994 switch (aty_ld_le32(MEM_CNTL) & 0x3) { in aty128_timings()
1282 aty_st_le32(CRTC_EXT_CNTL, aty_ld_le32(CRTC_EXT_CNTL) | in aty128_set_crt_enable()
1284 aty_st_le32(DAC_CNTL, (aty_ld_le32(DAC_CNTL) | in aty128_set_crt_enable()
1287 aty_st_le32(CRTC_EXT_CNTL, aty_ld_le32(CRTC_EXT_CNTL) & in aty128_set_crt_enable()
1299 reg = aty_ld_le32(LVDS_GEN_CNTL); in aty128_set_lcd_enable()
1310 reg = aty_ld_le32(LVDS_GEN_CNTL); in aty128_set_lcd_enable()
1330 aty_st_le32(CLOCK_CNTL_INDEX, aty_ld_le32(CLOCK_CNTL_INDEX) | (3 << 8)); in aty128_set_pll()
1516 config = aty_ld_le32(CNFG_CNTL) & ~3; in aty128fb_set_par()
1658 aty_st_le32(DAC_CNTL, aty_ld_le32(DAC_CNTL) & in aty128_st_pal()
1766 unsigned int reg = aty_ld_le32(LVDS_GEN_CNTL); in aty128_bl_update_status()
1782 aty_ld_le32(LVDS_GEN_CNTL); in aty128_bl_update_status()
1796 aty_st_le32(DAC_CNTL, aty_ld_le32(DAC_CNTL) & (~DAC_PDWN)); in aty128_bl_update_status()
1805 aty_ld_le32(LVDS_GEN_CNTL); in aty128_bl_update_status()
1811 aty_st_le32(DAC_CNTL, aty_ld_le32(DAC_CNTL) | DAC_PDWN); in aty128_bl_update_status()
1910 chip_rev = (aty_ld_le32(CNFG_CNTL) >> 16) & 0x1F; in aty128_init()
2012 dac = aty_ld_le32(DAC_CNTL); in aty128_init()
2020 aty_st_le32(BUS_CNTL, aty_ld_le32(BUS_CNTL) | BUS_MASTER_DIS); in aty128_init()
2102 par->vram_size = aty_ld_le32(CNFG_MEMSIZE) & 0x03FFFFFF; in aty128_probe()
2351 aty_st_le32(CRTC2_GEN_CNTL, aty_ld_le32(CRTC2_GEN_CNTL) & in aty128_set_suspend()