Lines Matching +full:0 +full:x800

114 #define DONT_USE_SPLL 0x1
115 #define DONT_USE_XDLL 0x2
116 #define USE_CPUCLK 0x4
117 #define POWERDOWN_PLL 0x8
199 #define M64F_RESET_3D 0x00000001
200 #define M64F_MAGIC_FIFO 0x00000002
201 #define M64F_GTB_DSP 0x00000004
202 #define M64F_FIFO_32 0x00000008
203 #define M64F_SDRAM_MAGIC_PLL 0x00000010
204 #define M64F_MAGIC_POSTDIV 0x00000020
205 #define M64F_INTEGRATED 0x00000040
206 #define M64F_CT_BUS 0x00000080
207 #define M64F_VT_BUS 0x00000100
208 #define M64F_MOBIL_BUS 0x00000200
209 #define M64F_GX 0x00000400
210 #define M64F_CT 0x00000800
211 #define M64F_VT 0x00001000
212 #define M64F_GT 0x00002000
213 #define M64F_MAGIC_VRAM_SIZE 0x00004000
214 #define M64F_G3_PB_1_1 0x00008000
215 #define M64F_G3_PB_1024x768 0x00010000
216 #define M64F_EXTRA_BRIGHT 0x00020000
217 #define M64F_LT_LCD_REGS 0x00040000
218 #define M64F_XL_DLL 0x00080000
219 #define M64F_MFB_FORCE_4 0x00100000
220 #define M64F_HW_TRIPLE 0x00200000
221 #define M64F_XL_MEM 0x00400000
229 if (regindex >= 0x400) in aty_ld_le32()
230 regindex -= 0x800; in aty_ld_le32()
242 if (regindex >= 0x400) in aty_st_le32()
243 regindex -= 0x800; in aty_st_le32()
256 if (regindex >= 0x400) in aty_st_le16()
257 regindex -= 0x800; in aty_st_le16()
268 if (regindex >= 0x400) in aty_ld_8()
269 regindex -= 0x800; in aty_ld_8()
280 if (regindex >= 0x400) in aty_st_8()
281 regindex -= 0x800; in aty_st_8()
351 fifo_space = 16 - fls(aty_ld_le32(FIFO_STAT, par) & 0xffff); in wait_for_fifo()
359 while ((aty_ld_le32(GUI_STAT, par) & 1) != 0); in wait_for_idle()
360 par->blitter_may_be_busy = 0; in wait_for_idle()