Searched refs:aty_ld_le32 (Results 1 – 6 of 6) sorted by relevance
/drivers/video/aty/ |
D | aty128fb.c | 521 #define aty_ld_le32(regindex) _aty_ld_le32(regindex, par) macro 538 return aty_ld_le32(CLOCK_CNTL_DATA); in _aty_ld_pll() 589 val = aty_ld_le32(BIOS_0_SCRATCH); in register_test() 592 if (aty_ld_le32(BIOS_0_SCRATCH) == 0x55555555) { in register_test() 595 if (aty_ld_le32(BIOS_0_SCRATCH) == 0xAAAAAAAA) in register_test() 613 par->fifo_slots = aty_ld_le32(GUI_STAT) & 0x0fff; in do_wait_for_fifo() 630 if (!(aty_ld_le32(GUI_STAT) & (1 << 31))) { in wait_for_idle() 654 tmp = aty_ld_le32(PC_NGUI_CTLSTAT); in aty128_flush_pixel_cache() 660 if (!(aty_ld_le32(PC_NGUI_CTLSTAT) & PC_BUSY)) in aty128_flush_pixel_cache() 671 clock_cntl_index = aty_ld_le32(CLOCK_CNTL_INDEX); in aty128_reset_engine() [all …]
|
D | atyfb_base.c | 157 temp = aty_ld_le32(LCD_INDEX, par); in aty_st_lcd() 167 return aty_ld_le32(lt_lcd_regs[index], par); in aty_ld_lcd() 172 temp = aty_ld_le32(LCD_INDEX, par); in aty_ld_lcd() 175 return aty_ld_le32(LCD_DATA, par); in aty_ld_lcd() 449 chip_id = aty_ld_le32(CNFG_CHIP_ID, par); in correct_chipset() 591 i = aty_ld_le32(GP_IO, par); /* get primary sense value */ in read_aty_sense() 597 i = aty_ld_le32(GP_IO, par); in read_aty_sense() 604 i = aty_ld_le32(GP_IO, par); in read_aty_sense() 611 sense |= (aty_ld_le32(GP_IO, par) & 0x3000) >> 12; in read_aty_sense() 629 crtc->lcd_index = aty_ld_le32(LCD_INDEX, par); in aty_get_crtc() [all …]
|
D | mach64_accel.c | 42 aty_ld_le32(GEN_TEST_CNTL, par) & ~GUI_ENGINE_ENABLE, par); in aty_reset_engine() 45 aty_ld_le32(GEN_TEST_CNTL, par) | GUI_ENGINE_ENABLE, par); in aty_reset_engine() 49 aty_ld_le32(BUS_CNTL, par) | BUS_HOST_ERR_ACK | BUS_FIFO_ERR_ACK, par); in aty_reset_engine() 169 aty_st_le32(CRTC_INT_CNTL, aty_ld_le32(CRTC_INT_CNTL, par) & ~0x20, in aty_init_engine() 290 pix_width = pix_width_save = aty_ld_le32(DP_PIX_WIDTH, par); in atyfb_imageblit() 291 host_cntl = aty_ld_le32(HOST_CNTL, par) | HOST_BYTE_ALIGN; in atyfb_imageblit()
|
D | mach64_ct.c | 308 crtc_gen_cntl = aty_ld_le32(CRTC_GEN_CNTL, par); in aty_set_pll_ct() 395 pll->ct.dsp_config = aty_ld_le32(DSP_CONFIG, par); in aty_get_pll_ct() 396 pll->ct.dsp_on_off = aty_ld_le32(DSP_ON_OFF, par); in aty_get_pll_ct() 437 memcntl = aty_ld_le32(MEM_CNTL, par); in aty_init_pll_ct() 491 dsp_config = aty_ld_le32(DSP_CONFIG, par); in aty_init_pll_ct() 492 dsp_on_off = aty_ld_le32(DSP_ON_OFF, par); in aty_init_pll_ct() 493 vga_dsp_config = aty_ld_le32(VGA_DSP_CONFIG, par); in aty_init_pll_ct() 494 vga_dsp_on_off = aty_ld_le32(VGA_DSP_ON_OFF, par); in aty_init_pll_ct()
|
D | atyfb.h | 224 static inline u32 aty_ld_le32(int regindex, const struct atyfb_par *par) in aty_ld_le32() function 348 while ((aty_ld_le32(FIFO_STAT, par) & 0xffff) > in wait_for_fifo() 355 while ((aty_ld_le32(GUI_STAT, par) & 1) != 0); in wait_for_idle()
|
D | mach64_cursor.c | 82 aty_st_le32(GEN_TEST_CNTL, aty_ld_le32(GEN_TEST_CNTL, par) & ~HWCURSOR_ENABLE, par); in atyfb_cursor() 182 aty_st_le32(GEN_TEST_CNTL, aty_ld_le32(GEN_TEST_CNTL, par) in atyfb_cursor()
|