Searched refs:aty_ld_le32 (Results 1 – 6 of 6) sorted by relevance
/drivers/video/fbdev/aty/ |
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() 476 chip_id = aty_ld_le32(CNFG_CHIP_ID, par); in correct_chipset() 624 i = aty_ld_le32(GP_IO, par); /* get primary sense value */ in read_aty_sense() 630 i = aty_ld_le32(GP_IO, par); in read_aty_sense() 637 i = aty_ld_le32(GP_IO, par); in read_aty_sense() 644 sense |= (aty_ld_le32(GP_IO, par) & 0x3000) >> 12; in read_aty_sense() 662 crtc->lcd_index = aty_ld_le32(LCD_INDEX, par); in aty_get_crtc() [all …]
|
D | aty128fb.c | 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() [all …]
|
D | mach64_ct.c | 310 crtc_gen_cntl = aty_ld_le32(CRTC_GEN_CNTL, par); in aty_set_pll_ct() 396 pll->ct.dsp_config = aty_ld_le32(DSP_CONFIG, par); in aty_get_pll_ct() 397 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 aty_ld_le32(DSP_ON_OFF, par); in aty_init_pll_ct() 493 aty_ld_le32(VGA_DSP_CONFIG, par); in aty_init_pll_ct() 494 aty_ld_le32(VGA_DSP_ON_OFF, par); in aty_init_pll_ct()
|
D | mach64_accel.c | 44 aty_ld_le32(GEN_TEST_CNTL, par) & in aty_reset_engine() 48 aty_ld_le32(GEN_TEST_CNTL, par) | GUI_ENGINE_ENABLE, par); in aty_reset_engine() 52 aty_ld_le32(BUS_CNTL, par) | BUS_HOST_ERR_ACK | BUS_FIFO_ERR_ACK, par); in aty_reset_engine() 177 aty_st_le32(CRTC_INT_CNTL, aty_ld_le32(CRTC_INT_CNTL, par) & ~0x20, in aty_init_engine()
|
D | atyfb.h | 228 static inline u32 aty_ld_le32(int regindex, const struct atyfb_par *par) in aty_ld_le32() function 353 fifo_space = 16 - fls(aty_ld_le32(FIFO_STAT, par) & 0xffff); in wait_for_fifo() 361 while ((aty_ld_le32(GUI_STAT, par) & 1) != 0); in wait_for_idle()
|
D | mach64_cursor.c | 83 aty_st_le32(GEN_TEST_CNTL, aty_ld_le32(GEN_TEST_CNTL, par) in atyfb_cursor() 86 aty_st_le32(GEN_TEST_CNTL, aty_ld_le32(GEN_TEST_CNTL, par) in atyfb_cursor()
|