Searched refs:aty_ld_le32 (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/aty/ |
D | aty128fb.c | 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() [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() 461 chip_id = aty_ld_le32(CNFG_CHIP_ID, par); in correct_chipset() 609 i = aty_ld_le32(GP_IO, par); /* get primary sense value */ in read_aty_sense() 615 i = aty_ld_le32(GP_IO, par); in read_aty_sense() 622 i = aty_ld_le32(GP_IO, par); in read_aty_sense() 629 sense |= (aty_ld_le32(GP_IO, par) & 0x3000) >> 12; in read_aty_sense() 647 crtc->lcd_index = aty_ld_le32(LCD_INDEX, par); in aty_get_crtc() [all …]
|
D | mach64_accel.c | 43 aty_ld_le32(GEN_TEST_CNTL, par) & in aty_reset_engine() 47 aty_ld_le32(GEN_TEST_CNTL, par) | GUI_ENGINE_ENABLE, par); in aty_reset_engine() 51 aty_ld_le32(BUS_CNTL, par) | BUS_HOST_ERR_ACK | BUS_FIFO_ERR_ACK, par); in aty_reset_engine() 174 aty_st_le32(CRTC_INT_CNTL, aty_ld_le32(CRTC_INT_CNTL, par) & ~0x20, in aty_init_engine() 298 pix_width = pix_width_save = aty_ld_le32(DP_PIX_WIDTH, par); in atyfb_imageblit() 299 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() 394 pll->ct.dsp_config = aty_ld_le32(DSP_CONFIG, par); in aty_get_pll_ct() 395 pll->ct.dsp_on_off = aty_ld_le32(DSP_ON_OFF, par); in aty_get_pll_ct() 435 memcntl = aty_ld_le32(MEM_CNTL, par); in aty_init_pll_ct() 489 dsp_config = aty_ld_le32(DSP_CONFIG, par); in aty_init_pll_ct() 490 dsp_on_off = aty_ld_le32(DSP_ON_OFF, par); in aty_init_pll_ct() 491 vga_dsp_config = aty_ld_le32(VGA_DSP_CONFIG, par); in aty_init_pll_ct() 492 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) in atyfb_cursor() 85 aty_st_le32(GEN_TEST_CNTL, aty_ld_le32(GEN_TEST_CNTL, par) in atyfb_cursor()
|