Lines Matching +full:0 +full:x800

116 #define DONT_USE_SPLL 0x1
117 #define DONT_USE_XDLL 0x2
118 #define USE_CPUCLK 0x4
119 #define POWERDOWN_PLL 0x8
201 #define M64F_RESET_3D 0x00000001
202 #define M64F_MAGIC_FIFO 0x00000002
203 #define M64F_GTB_DSP 0x00000004
204 #define M64F_FIFO_32 0x00000008
205 #define M64F_SDRAM_MAGIC_PLL 0x00000010
206 #define M64F_MAGIC_POSTDIV 0x00000020
207 #define M64F_INTEGRATED 0x00000040
208 #define M64F_CT_BUS 0x00000080
209 #define M64F_VT_BUS 0x00000100
210 #define M64F_MOBIL_BUS 0x00000200
211 #define M64F_GX 0x00000400
212 #define M64F_CT 0x00000800
213 #define M64F_VT 0x00001000
214 #define M64F_GT 0x00002000
215 #define M64F_MAGIC_VRAM_SIZE 0x00004000
216 #define M64F_G3_PB_1_1 0x00008000
217 #define M64F_G3_PB_1024x768 0x00010000
218 #define M64F_EXTRA_BRIGHT 0x00020000
219 #define M64F_LT_LCD_REGS 0x00040000
220 #define M64F_XL_DLL 0x00080000
221 #define M64F_MFB_FORCE_4 0x00100000
222 #define M64F_HW_TRIPLE 0x00200000
223 #define M64F_XL_MEM 0x00400000
231 if (regindex >= 0x400) in aty_ld_le32()
232 regindex -= 0x800; in aty_ld_le32()
244 if (regindex >= 0x400) in aty_st_le32()
245 regindex -= 0x800; in aty_st_le32()
258 if (regindex >= 0x400) in aty_st_le16()
259 regindex -= 0x800; in aty_st_le16()
270 if (regindex >= 0x400) in aty_ld_8()
271 regindex -= 0x800; in aty_ld_8()
282 if (regindex >= 0x400) in aty_st_8()
283 regindex -= 0x800; in aty_st_8()
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()
362 par->blitter_may_be_busy = 0; in wait_for_idle()