Searched refs:aty_ld_le32 (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/video/fbdev/aty/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|