• Home
  • Raw
  • Download

Lines Matching refs:aty_ld_le32

546 #define aty_ld_le32(regindex)		_aty_ld_le32(regindex, par)  macro
563 return aty_ld_le32(CLOCK_CNTL_DATA); in _aty_ld_pll()
614 val = aty_ld_le32(BIOS_0_SCRATCH); in register_test()
617 if (aty_ld_le32(BIOS_0_SCRATCH) == 0x55555555) { in register_test()
620 if (aty_ld_le32(BIOS_0_SCRATCH) == 0xAAAAAAAA) in register_test()
638 par->fifo_slots = aty_ld_le32(GUI_STAT) & 0x0fff; in do_wait_for_fifo()
655 if (!(aty_ld_le32(GUI_STAT) & (1 << 31))) { in wait_for_idle()
679 tmp = aty_ld_le32(PC_NGUI_CTLSTAT); in aty128_flush_pixel_cache()
685 if (!(aty_ld_le32(PC_NGUI_CTLSTAT) & PC_BUSY)) in aty128_flush_pixel_cache()
696 clock_cntl_index = aty_ld_le32(CLOCK_CNTL_INDEX); in aty128_reset_engine()
701 gen_reset_cntl = aty_ld_le32(GEN_RESET_CNTL); in aty128_reset_engine()
703 aty_ld_le32(GEN_RESET_CNTL); in aty128_reset_engine()
705 aty_ld_le32(GEN_RESET_CNTL); in aty128_reset_engine()
818 temp = aty_ld_le32(RAGE128_MPP_TB_CONFIG); in aty128_map_ROM()
822 temp = aty_ld_le32(RAGE128_MPP_TB_CONFIG); in aty128_map_ROM()
992 switch (aty_ld_le32(MEM_CNTL) & 0x3) { in aty128_timings()
1280 aty_st_le32(CRTC_EXT_CNTL, aty_ld_le32(CRTC_EXT_CNTL) | in aty128_set_crt_enable()
1282 aty_st_le32(DAC_CNTL, (aty_ld_le32(DAC_CNTL) | in aty128_set_crt_enable()
1285 aty_st_le32(CRTC_EXT_CNTL, aty_ld_le32(CRTC_EXT_CNTL) & in aty128_set_crt_enable()
1297 reg = aty_ld_le32(LVDS_GEN_CNTL); in aty128_set_lcd_enable()
1308 reg = aty_ld_le32(LVDS_GEN_CNTL); in aty128_set_lcd_enable()
1328 aty_st_le32(CLOCK_CNTL_INDEX, aty_ld_le32(CLOCK_CNTL_INDEX) | (3 << 8)); in aty128_set_pll()
1514 config = aty_ld_le32(CNFG_CNTL) & ~3; in aty128fb_set_par()
1656 aty_st_le32(DAC_CNTL, aty_ld_le32(DAC_CNTL) & in aty128_st_pal()
1764 unsigned int reg = aty_ld_le32(LVDS_GEN_CNTL); in aty128_bl_update_status()
1778 aty_ld_le32(LVDS_GEN_CNTL); in aty128_bl_update_status()
1792 aty_st_le32(DAC_CNTL, aty_ld_le32(DAC_CNTL) & (~DAC_PDWN)); in aty128_bl_update_status()
1801 aty_ld_le32(LVDS_GEN_CNTL); in aty128_bl_update_status()
1807 aty_st_le32(DAC_CNTL, aty_ld_le32(DAC_CNTL) | DAC_PDWN); in aty128_bl_update_status()
1906 chip_rev = (aty_ld_le32(CNFG_CNTL) >> 16) & 0x1F; in aty128_init()
2007 dac = aty_ld_le32(DAC_CNTL); in aty128_init()
2015 aty_st_le32(BUS_CNTL, aty_ld_le32(BUS_CNTL) | BUS_MASTER_DIS); in aty128_init()
2097 par->vram_size = aty_ld_le32(CNFG_MEMSIZE) & 0x03FFFFFF; in aty128_probe()
2346 aty_st_le32(CRTC2_GEN_CNTL, aty_ld_le32(CRTC2_GEN_CNTL) & in aty128_set_suspend()