Searched refs:M64_HAS (Results 1 – 4 of 4) sorted by relevance
151 if (M64_HAS(LT_LCD_REGS)) { in aty_st_lcd()166 if (M64_HAS(LT_LCD_REGS)) { in aty_ld_lcd()912 if (!M64_HAS(MOBIL_BUS)) in aty_var_to_crtc()1435 if (M64_HAS(CT_BUS)) { in atyfb_set_par()2311 if (M64_HAS(XL_MEM)) { in aty_calc_mem_refresh()2435 if (M64_HAS(XL_MEM)) in aty_init()2475 if (M64_HAS(GTB_DSP)) { in aty_init()2575 if (M64_HAS(GX)) { in aty_init()2578 } else if (M64_HAS(CT)) { in aty_init()2581 } else if (M64_HAS(VT)) { in aty_init()[all …]
258 if (M64_HAS(GTB_DSP) && (err = aty_dsp_gt(info, bpp, &pll->ct))) in aty_var_to_pll_ct()351 if (M64_HAS(GTB_DSP)) { in aty_set_pll_ct()354 if (M64_HAS(XL_DLL)) in aty_set_pll_ct()397 if (M64_HAS(GTB_DSP)) { in aty_get_pll_ct()445 if (M64_HAS(FIFO_32)) { in aty_init_pll_ct()502 if ((!dsp_on_off && !M64_HAS(RESET_3D)) || in aty_init_pll_ct()559 if (M64_HAS(SDRAM_MAGIC_PLL) && (par->ram_type >= SDRAM)) in aty_init_pll_ct()564 if (M64_HAS(MAGIC_POSTDIV)) in aty_init_pll_ct()
84 if (M64_HAS(RESET_3D)) in aty_init_engine()351 if (image->depth == 1 && M64_HAS(HW_TRIPLE) && image->width % 8 == 0) in atyfb_imageblit()
197 #define M64_HAS(feature) ((par)->features & (M64F_##feature)) macro
Completed in 15 milliseconds