Searched refs:aty_ld_le32 (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/aty/ |
D | aty128fb.c | 559 #define aty_ld_le32(regindex) _aty_ld_le32(regindex, par) macro 576 return aty_ld_le32(CLOCK_CNTL_DATA); in _aty_ld_pll() 627 val = aty_ld_le32(BIOS_0_SCRATCH); in register_test() 630 if (aty_ld_le32(BIOS_0_SCRATCH) == 0x55555555) { in register_test() 633 if (aty_ld_le32(BIOS_0_SCRATCH) == 0xAAAAAAAA) in register_test() 651 par->fifo_slots = aty_ld_le32(GUI_STAT) & 0x0fff; in do_wait_for_fifo() 668 if (!(aty_ld_le32(GUI_STAT) & (1 << 31))) { in wait_for_idle() 692 tmp = aty_ld_le32(PC_NGUI_CTLSTAT); in aty128_flush_pixel_cache() 698 if (!(aty_ld_le32(PC_NGUI_CTLSTAT) & PC_BUSY)) in aty128_flush_pixel_cache() 709 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 | 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() 175 aty_st_le32(CRTC_INT_CNTL, aty_ld_le32(CRTC_INT_CNTL, par) & ~0x20, in aty_init_engine() 299 pix_width = pix_width_save = aty_ld_le32(DP_PIX_WIDTH, par); in atyfb_imageblit() 300 host_cntl = aty_ld_le32(HOST_CNTL, par) | HOST_BYTE_ALIGN; in atyfb_imageblit()
|
D | mach64_ct.c | 309 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() 436 memcntl = aty_ld_le32(MEM_CNTL, par); in aty_init_pll_ct() 490 dsp_config = aty_ld_le32(DSP_CONFIG, par); in aty_init_pll_ct() 491 dsp_on_off = aty_ld_le32(DSP_ON_OFF, par); in aty_init_pll_ct() 492 vga_dsp_config = aty_ld_le32(VGA_DSP_CONFIG, par); in aty_init_pll_ct() 493 vga_dsp_on_off = aty_ld_le32(VGA_DSP_ON_OFF, par); in aty_init_pll_ct()
|
D | atyfb.h | 225 static inline u32 aty_ld_le32(int regindex, const struct atyfb_par *par) in aty_ld_le32() function 351 while ((aty_ld_le32(FIFO_STAT, par) & 0xffff) > in wait_for_fifo() 358 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()
|